Skip to content

Commit

Permalink
Bump actions/checkout from v2 to latest (v3)
Browse files Browse the repository at this point in the history
This should've been part of the previous commit, just got forgotten.
  • Loading branch information
dmnks committed Aug 3, 2023
1 parent d4cad0f commit 2043f2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Build the Fedora testing environment
run: sudo ./mktree.docker build
working-directory: ./tests
Expand Down

0 comments on commit 2043f2a

Please sign in to comment.