Skip to content

Commit 881fed4

Browse files
authored
Merge pull request #797 from kvesteri/dependabot/github_actions/github-actions-76468cb07f
Bump actions/checkout from 5 to 6 in the github-actions group
2 parents e8b12f8 + 81a5f82 commit 881fed4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
matrix:
99
python-version: ['3.13']
1010
steps:
11-
- uses: actions/checkout@v5
11+
- uses: actions/checkout@v6
1212
- uses: actions/setup-python@v6
1313
with:
1414
python-version: ${{ matrix.python-version }}

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
ports:
5151
- 1433:1433
5252
steps:
53-
- uses: actions/checkout@v5
53+
- uses: actions/checkout@v6
5454
- name: Set up Python
5555
uses: actions/setup-python@v6
5656
with:
@@ -73,7 +73,7 @@ jobs:
7373
docs:
7474
runs-on: 'ubuntu-latest'
7575
steps:
76-
- uses: actions/checkout@v5
76+
- uses: actions/checkout@v6
7777
- name: Set up Python
7878
uses: actions/setup-python@v6
7979
with:

0 commit comments

Comments
 (0)