Skip to content

Commit

Permalink
Upgrade actions/checkout to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
foretspaisibles committed Apr 16, 2024
1 parent ce092a3 commit 550ee5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: '${{ matrix.os }}'
name: 'Run Testsuite'
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: 'Run testsuite'
run: development/testsuite

Expand All @@ -29,7 +29,7 @@ jobs:
name: 'Install MacPorts'
needs: 'run-testsuite'
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ./
id: 'macports'
with:
Expand Down

0 comments on commit 550ee5d

Please sign in to comment.