Skip to content

Commit

Permalink
Bump github actions
Browse files Browse the repository at this point in the history
Fixes #1287.
  • Loading branch information
cbm755 committed Jan 29, 2024
1 parent abe0482 commit c7b459f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-latest
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Run a one-line script
run: echo Hello, world!
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
- octave: 8.3.0
sympy: 1.12
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Container setup
env:
OCT: ${{ matrix.octave }}
Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
octave: [8.4.0]
sympy: [1.12]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Container setup
env:
OCT: ${{ matrix.octave }}
Expand Down Expand Up @@ -182,7 +182,7 @@ jobs:
octave: [8.4.0]
sympy: [1.12]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Container setup
env:
OCT: ${{ matrix.octave }}
Expand Down Expand Up @@ -227,7 +227,7 @@ jobs:
ubuntu2204_ootb:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install Octave, Python and SymPy
run: |
uname -a
Expand Down Expand Up @@ -309,7 +309,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install packages from MSYS2
uses: msys2/setup-msys2@v2
Expand Down

0 comments on commit c7b459f

Please sign in to comment.