Skip to content

Commit

Permalink
fix: bump action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
deemp committed Mar 5, 2024
1 parent 0dc3f31 commit 315aacd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,11 @@ jobs:
# the following line is more fair
# files-changed: ${{ steps.files-changed.outputs.any_changed }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 2

- uses: tj-actions/changed-files@v38
- uses: tj-actions/changed-files@v42
id: files-changed
with:
files: |
Expand Down

0 comments on commit 315aacd

Please sign in to comment.