Skip to content

Commit

Permalink
[CI] Move to actions/checkout@v4 on Alpine Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
amadio committed Nov 26, 2024
1 parent 104c93a commit 0faeaa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
zlib-dev
- name: Clone repository
uses: actions/checkout@v1
uses: actions/checkout@v4

- name: Setup GitHub runner user within container
run: adduser -D --uid 1001 runner && chown -R runner:runner ${GITHUB_WORKSPACE}
Expand Down

0 comments on commit 0faeaa9

Please sign in to comment.