Skip to content

Commit 2adda63

Browse files
authored
ci: bump actions/checkout to v4 (#47)
1 parent d1c3db8 commit 2adda63

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
@@ -14,12 +14,12 @@ jobs:
1414
runs-on: ubuntu-latest
1515

1616
steps:
17-
- uses: actions/checkout@v3
17+
- uses: actions/checkout@v4
1818
with:
1919
fetch-depth: 0
2020
- uses: actions/setup-python@v2
2121
with:
22-
python-version: "3.11"
22+
python-version: "3.11"
2323

2424
- name: Install dependencies
2525
run: pip install hatch

0 commit comments

Comments
 (0)