Skip to content

Commit

Permalink
chore(ci): Update actions/checkout to v4 (#10)
Browse files Browse the repository at this point in the history
The copied example config still used the deprecated v3
  • Loading branch information
gteufelberger authored May 3, 2024
1 parent 40ff328 commit 3f4e786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tagpr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
tagpr:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: Songmu/tagpr@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 3f4e786

Please sign in to comment.