Skip to content

Commit 7062963

Browse files
chore(deps): update actions/checkout action to v6
1 parent 31df480 commit 7062963

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/branches.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- ubuntu-latest
6767

6868
steps:
69-
- uses: actions/checkout@v5
69+
- uses: actions/checkout@v6
7070
name: Clone repository
7171

7272
- name: Set up Python ${{ matrix.python_version }}

.github/workflows/dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
- ubuntu-latest
6363

6464
steps:
65-
- uses: actions/checkout@v5
65+
- uses: actions/checkout@v6
6666
name: Clone repository
6767

6868
- name: Set up Python ${{ matrix.python_version }}

.github/workflows/stable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
- ubuntu-latest
9494

9595
steps:
96-
- uses: actions/checkout@v5
96+
- uses: actions/checkout@v6
9797
name: Clone repository
9898

9999
- name: Set up Python ${{ matrix.python_version }}

0 commit comments

Comments
 (0)