Skip to content

Commit

Permalink
Merge pull request #417 from tfutils/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/checkout-4

Bump actions/checkout from 2 to 4
  • Loading branch information
Zordrak authored Dec 19, 2023
2 parents 641a4ef + b4dff21 commit 093fcf6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- 'macos-latest'
- 'ubuntu-latest'
steps:
- uses: 'actions/checkout@v2'
- uses: 'actions/checkout@v4'
with:
fetch-depth: 1
- name: 'Install Dependencies'
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
- 'ubuntu-18.04'
- 'windows-2019'
steps:
- uses: 'actions/checkout@v2'
- uses: 'actions/checkout@v4'
with:
fetch-depth: 1
- name: 'Install Dependencies'
Expand Down

0 comments on commit 093fcf6

Please sign in to comment.