Skip to content

Commit

Permalink
Merge pull request #1783 from progfay/renovate/actions-checkout-4.x
Browse files Browse the repository at this point in the history
Update actions/checkout action to v4.2.2
  • Loading branch information
progfay authored Oct 24, 2024
2 parents abf6c46 + 8e9c3f1 commit b8bb72a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
contents: write
id-token: write # The OIDC ID token is used for authentication with JSR.
steps:
- uses: actions/checkout@v4.2.1
- uses: actions/checkout@v4.2.2
- uses: actions/setup-node@v4.0.4
with:
registry-url: 'https://registry.npmjs.org'
Expand Down

0 comments on commit b8bb72a

Please sign in to comment.