Skip to content

Commit a45aabd

Browse files
authored
Merge pull request #21 from ZenithClown/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 4 to 6
2 parents f111e5d + 9a3503a commit a45aabd

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/code-linting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
python-version: ["3.10", "3.13", "3.14"]
2020

2121
steps:
22-
- uses: actions/checkout@v4
22+
- uses: actions/checkout@v6
2323
- name: Setup Python ${{ matrix.python-version }}
2424
uses: actions/setup-python@v5
2525
with:

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
id-token: write # Required for Trusted Publisher (OIDC)
2121

2222
steps:
23-
- uses: actions/checkout@v4
23+
- uses: actions/checkout@v6
2424
- name: Setup Python
2525
uses: actions/setup-python@v5
2626
with:

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
python-version: ["3.10", "3.12", "3.13"]
2020

2121
steps:
22-
- uses: actions/checkout@v4
22+
- uses: actions/checkout@v6
2323
- name: Setup Python ${{ matrix.python-version }}
2424
uses: actions/setup-python@v5
2525
with:

0 commit comments

Comments
 (0)