Skip to content

Commit

Permalink
Fix failures in the Copier update action
Browse files Browse the repository at this point in the history
  • Loading branch information
abelsiqueira committed Jan 4, 2024
1 parent d4031c1 commit b568aa2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/Copier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ jobs:
Copier:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
repository: ${{ github.repository }}
token: ${{ secrets.COPIER_PAT }}
- uses: julia-actions/setup-julia@v1
with:
Expand Down
3 changes: 2 additions & 1 deletion template/.github/workflows/Copier.yml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ jobs:
Copier:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
repository: ${{ github.repository }}
token: ${{ secrets.COPIER_PAT }}
- uses: julia-actions/setup-julia@v1
with:
Expand Down

0 comments on commit b568aa2

Please sign in to comment.