Skip to content

Commit

Permalink
Upgrade action versions in setup.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Jan 16, 2024
1 parent b1a084f commit 970f0a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ jobs:
if: ${{ github.repository != 'simonw/python-lib-template-repository' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 0
ref: ${{ github.head_ref }}

- name: Install cookiecutter
run: pip3 install cookiecutter

- uses: actions/github-script@v4
- uses: actions/github-script@v7
id: fetch-repo-and-user-details
with:
script: |
Expand Down

0 comments on commit 970f0a9

Please sign in to comment.