Skip to content

Commit 0a43350

Browse files
authored
Merge pull request #519 from nanotaboada/dependabot/github_actions/actions/checkout-6
chore(deps): bump actions/checkout from 4 to 6
2 parents b05cc8b + dc5ddc7 commit 0a43350

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
steps:
3131
- name: Checkout repository
32-
uses: actions/checkout@v4
32+
uses: actions/checkout@v6
3333

3434
- name: Initialize CodeQL
3535
uses: github/codeql-action/init@v4

.github/workflows/python-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
packages: write
2121
steps:
2222
- name: Checkout repository
23-
uses: actions/checkout@v6.0.2
23+
uses: actions/checkout@v6
2424
with:
2525
fetch-depth: 0
2626

.github/workflows/python-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
contents: read
1717
steps:
1818
- name: Checkout repository
19-
uses: actions/checkout@v6.0.2
19+
uses: actions/checkout@v6
2020

2121
- name: Lint commit messages
2222
uses: wagoid/commitlint-github-action@v6.2.1
@@ -51,7 +51,7 @@ jobs:
5151
contents: read
5252
steps:
5353
- name: Checkout repository
54-
uses: actions/checkout@v6.0.2
54+
uses: actions/checkout@v6
5555

5656
- name: Set up uv
5757
uses: astral-sh/setup-uv@v7.5.0
@@ -92,7 +92,7 @@ jobs:
9292
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name == github.repository
9393
steps:
9494
- name: Checkout repository
95-
uses: actions/checkout@v6.0.2
95+
uses: actions/checkout@v6
9696

9797
- name: Download coverage report artifact
9898
uses: actions/download-artifact@v8.0.1

0 commit comments

Comments
 (0)