Skip to content

Commit

Permalink
Merge pull request #229 from hpi-swa-lab/ci/migrate-actions/checkout
Browse files Browse the repository at this point in the history
ci: migrate actions/checkout to v4
  • Loading branch information
LinqLover authored Nov 19, 2024
2 parents 711329a + 12c1fb1 commit dee43e9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
matrix:
smalltalk: ${{ fromJson(needs.args.outputs.squeak-versions) }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: hpi-swa/setup-smalltalkCI@v1
with:
smalltalk-image: Squeak64-${{ matrix.smalltalk }}
Expand All @@ -74,7 +74,7 @@ jobs:
matrix:
smalltalk: ${{ fromJson(needs.args.outputs.squeak-versions) }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: hpi-swa/setup-smalltalkCI@v1
with:
smalltalk-image: Squeak64-${{ matrix.smalltalk }}
Expand All @@ -85,7 +85,7 @@ jobs:
name: 📄 Collect listings from SmalltalkSources
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: make listings
- name: 💾 Store listings
uses: actions/upload-artifact@master
Expand All @@ -101,7 +101,7 @@ jobs:
matrix:
smalltalk: ${{ fromJson(needs.args.outputs.squeak-versions) }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: hpi-swa/setup-smalltalkCI@v1
with:
smalltalk-image: Squeak64-${{ matrix.smalltalk }}
Expand Down

0 comments on commit dee43e9

Please sign in to comment.