Skip to content

Commit f38ea98

Browse files
authored
Merge pull request #94 from logzio/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 1 to 4
2 parents a70df4b + ac7afa4 commit f38ea98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/auto-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout code
12-
uses: actions/checkout@v2
12+
uses: actions/checkout@v4
1313
with:
1414
fetch-depth: 0
1515
- name: Set up Python
@@ -27,7 +27,7 @@ jobs:
2727
needs: ci-tests
2828
runs-on: ubuntu-latest
2929
steps:
30-
- uses: actions/checkout@v2
30+
- uses: actions/checkout@v4
3131
with:
3232
fetch-depth: 0
3333
- uses: actions/[email protected]

0 commit comments

Comments
 (0)