Skip to content

Commit

Permalink
CI: Bump actions/checkout from v1 to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
jirutka committed Nov 10, 2024
1 parent 40c4491 commit b69834b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
env:
MY_JOB_VAR: 'allons-y!'
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4

- name: Set up Alpine Linux ${{ matrix.alpine }} ${{ matrix.arch }}
uses: ./
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
test-multi:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4

- name: Install latest Alpine Linux x86_64
uses: ./
Expand Down

0 comments on commit b69834b

Please sign in to comment.