We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1a084f commit 970f0a9Copy full SHA for 970f0a9
.github/workflows/setup.yml
@@ -12,15 +12,15 @@ jobs:
12
if: ${{ github.repository != 'simonw/python-lib-template-repository' }}
13
runs-on: ubuntu-latest
14
steps:
15
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
16
with:
17
fetch-depth: 0
18
ref: ${{ github.head_ref }}
19
20
- name: Install cookiecutter
21
run: pip3 install cookiecutter
22
23
- - uses: actions/github-script@v4
+ - uses: actions/github-script@v7
24
id: fetch-repo-and-user-details
25
26
script: |
0 commit comments