Skip to content

Commit 88ef65e

Browse files
chore(deps): update actions/checkout action to v6
1 parent edaf17c commit 88ef65e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
1414

1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v6
1717

1818
- name: Set up Python ${{ matrix.python-version }}
1919
uses: actions/setup-python@v5
@@ -37,7 +37,7 @@ jobs:
3737
id-token: write # For trusted publishing to PyPI
3838

3939
steps:
40-
- uses: actions/checkout@v4
40+
- uses: actions/checkout@v6
4141
with:
4242
fetch-depth: 0 # Fetch full history for changelog generation
4343

0 commit comments

Comments
 (0)