Merge pull request #574 from simonecorsi/dependabot/github_actions/actions/checkout-4
build(deps): bump actions/checkout from 3 to 4
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -9,7 +9,7 @@ jobs:
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 16
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
token: ${{ secrets.GH_TOKEN }}
|
||||
persist-credentials: false
|
||||
|
Reference in New Issue
Block a user