Skip to content

Commit

Permalink
Update github actions/checkout from v2 to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
ericherman committed Jan 16, 2024
1 parent 2f26a94 commit fad43bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/link-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
if: ${{ github.repository == 'publiccodenet/url-check' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: update-deps
run: sudo apt-get update
- name: upgrade-deps
Expand Down

0 comments on commit fad43bf

Please sign in to comment.