Skip to content

Commit 970f0a9

Browse files
authored
Upgrade action versions in setup.yml
simonw/python-lib#6 (comment)
1 parent b1a084f commit 970f0a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/setup.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ jobs:
1212
if: ${{ github.repository != 'simonw/python-lib-template-repository' }}
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v2
15+
- uses: actions/checkout@v4
1616
with:
1717
fetch-depth: 0
1818
ref: ${{ github.head_ref }}
1919

2020
- name: Install cookiecutter
2121
run: pip3 install cookiecutter
2222

23-
- uses: actions/github-script@v4
23+
- uses: actions/github-script@v7
2424
id: fetch-repo-and-user-details
2525
with:
2626
script: |

0 commit comments

Comments
 (0)