build(deps): bump actions/checkout from 3 to 4 (#53)

This commit is contained in:
dependabot[bot]
2023-10-01 21:27:42 -07:00
committed by GitHub
parent 4bb2d37925
commit 3629f23f43
2 changed files with 3 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ jobs:
with:
app_id: ${{ vars.RELEASER_APP_ID }}
private_key: ${{ secrets.RELEASER_APP_PRIVATE_KEY }}
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
token: ${{ steps.app-token.outputs.token }}
- run: npm install --no-save @semantic-release/git semantic-release-plugin-github-breaking-version-tag

View File

@@ -14,7 +14,7 @@ jobs:
name: Integration
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 20
@@ -28,7 +28,7 @@ jobs:
# do not run from forks, as forks dont have access to repository secrets
if: github.event.pull_request.head.repo.owner.login == github.event.pull_request.base.repo.owner.login
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 20