Skip to content

Commit 9ec048d

Browse files
authored
Merge pull request #141 from 3liz/dependabot/github_actions/actions/checkout-6.0.1
Bump actions/checkout from 5.0.0 to 6.0.1
2 parents 2fac71f + 7665b54 commit 9ec048d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
architecture: x64
2525

2626
- name: Checkout
27-
uses: actions/checkout@v5.0.0
27+
uses: actions/checkout@v6.0.1
2828

2929
- name: Cache Python requirements
3030
uses: actions/setup-python@v6
@@ -60,7 +60,7 @@ jobs:
6060
steps:
6161

6262
- name: Check out repository
63-
uses: actions/checkout@v5.0.0
63+
uses: actions/checkout@v6.0.1
6464
with:
6565
submodules: 'true'
6666

@@ -71,7 +71,7 @@ jobs:
7171
runs-on: ubuntu-latest
7272
if: github.repository_owner == '3liz'
7373
steps:
74-
- uses: actions/checkout@v5.0.0
74+
- uses: actions/checkout@v6.0.1
7575

7676
- name: Setup Python
7777
uses: actions/setup-python@v6
@@ -108,7 +108,7 @@ jobs:
108108
if: github.repository_owner == '3liz' && contains(github.ref, 'refs/tags/')
109109

110110
steps:
111-
- uses: actions/checkout@v5.0.0
111+
- uses: actions/checkout@v6.0.1
112112

113113
- name: Setup Python
114114
uses: actions/setup-python@v6

0 commit comments

Comments
 (0)