Skip to content

Commit b843ef8

Browse files
chore(deps): update actions/checkout action to v6
1 parent a38499b commit b843ef8

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/publish_on_pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
patch_version: ${{ steps.check.outputs.patch_version }}
1919
steps:
2020
- name: Checkout repository
21-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
21+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
2222
with:
2323
ref: ${{ github.head_ref }}
2424
fetch-depth: 0
@@ -64,7 +64,7 @@ jobs:
6464
id-token: write
6565
contents: write
6666
steps:
67-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
67+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
6868
with:
6969
ref: ${{ github.head_ref }}
7070
fetch-depth: 0

.github/workflows/run-formatter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
black:
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
20+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
2121
with:
2222
ref: ${{ github.head_ref }}
2323
fetch-depth: 0

.github/workflows/run-linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
ruff:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
17+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
1818
with:
1919
ref: ${{ github.head_ref }}
2020
fetch-depth: 0

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
test:
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
21+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
2222
with:
2323
ref: ${{ github.head_ref }}
2424
fetch-depth: 0

0 commit comments

Comments
 (0)