Skip to content

Commit 29e7fb8

Browse files
authored
Merge pull request #204 from SukiCZ/dependabot/github_actions/actions/checkout-6.0.2
Bump actions/checkout from 6.0.1 to 6.0.2
2 parents 071d793 + e29d794 commit 29e7fb8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424
steps:
2525
- name: Checkout Code Repository
26-
uses: actions/checkout@v6.0.1
26+
uses: actions/checkout@v6.0.2
2727

2828
- name: Set up Python
2929
uses: actions/setup-python@v6.1.0
@@ -42,7 +42,7 @@ jobs:
4242
runs-on: ubuntu-latest
4343
steps:
4444
- name: Checkout Code Repository
45-
uses: actions/checkout@v6.0.1
45+
uses: actions/checkout@v6.0.2
4646

4747
- name: Set up Python
4848
uses: actions/setup-python@v6.1.0
@@ -72,7 +72,7 @@ jobs:
7272
# IMPORTANT: this permission is mandatory for trusted publishing
7373
id-token: write
7474
steps:
75-
- uses: actions/checkout@v6.0.1
75+
- uses: actions/checkout@v6.0.2
7676
- name: Set up Python
7777
uses: actions/setup-python@v6.1.0
7878
with:

0 commit comments

Comments
 (0)