Skip to content

Commit

Permalink
Merge branch 'dependabot/github_actions/actions/checkout-4' into q/1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bert-e committed Jul 1, 2024
2 parents e4edc53 + 863d216 commit 6b96154
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
needs: check
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
# Setup .npmrc file to publish to GitHub Packages
- uses: actions/setup-node@v4
with:
Expand All @@ -38,7 +38,7 @@ jobs:
needs: check
environment: npmjs
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
# Setup .npmrc file to publish to npmjs.org
- uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 6b96154

Please sign in to comment.