Skip to content

Commit 2812229

Browse files
Bump actions/checkout from 4 to 6 (#442)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 47416e8 commit 2812229

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
# if: github.event_name == 'release' && github.event.action == 'created'
3131
steps:
3232
- name: Checkout project
33-
uses: actions/checkout@v4
33+
uses: actions/checkout@v6
3434
with:
3535
fetch-depth: 0
3636
- name: Set up Python
@@ -76,7 +76,7 @@ jobs:
7676
# experimental: true
7777
steps:
7878
- name: Checkout the source code
79-
uses: actions/checkout@v4
79+
uses: actions/checkout@v6
8080
with:
8181
fetch-depth: 0
8282
- name: Set up Python

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Checkout the source code
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@v6
2323
with:
2424
fetch-depth: 0
2525
- name: Set up Python
@@ -43,7 +43,7 @@ jobs:
4343
runs-on: ubuntu-latest
4444
steps:
4545
- name: Checkout the source code
46-
uses: actions/checkout@v4
46+
uses: actions/checkout@v6
4747
with:
4848
fetch-depth: 0
4949
- name: Set up Python

0 commit comments

Comments
 (0)