Skip to content

Commit f6f248f

Browse files
chore(deps): update actions/checkout action to v6
1 parent 64e7233 commit f6f248f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/bumpversion.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
name: "Bump version and create changelog with commitizen"
1313
steps:
1414
- name: Check out
15-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
15+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
1616
with:
1717
fetch-depth: 0
1818
token: '${{ secrets.PERSONAL_ACCESS_TOKEN }}'

.github/workflows/python-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
python-version: ['3.10', '3.11', '3.12', "3.13"]
8585
# No exclusions needed as we only support Windows
8686
steps:
87-
- uses: actions/checkout@v4
87+
- uses: actions/checkout@v6
8888
with:
8989
fetch-depth: 0
9090
- name: Set up Python ${{ matrix.python-version }}
@@ -126,7 +126,7 @@ jobs:
126126
permissions:
127127
contents: write
128128
steps:
129-
- uses: actions/checkout@v4
129+
- uses: actions/checkout@v6
130130
with:
131131
fetch-depth: 0
132132
- name: Download all artifacts

0 commit comments

Comments
 (0)