Skip to content

Commit

Permalink
.github: update deprecated checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
jelly committed May 22, 2023
1 parent e414162 commit c6d4793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
steps:
- name: Install dependencies
run: pacman -Syu --noconfirm make flake8 shellcheck
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Run tests
run: |
make PREFIX=/usr DESTDIR="$(mktemp -d)" install
Expand Down

0 comments on commit c6d4793

Please sign in to comment.