Skip to content

Commit 3629f23

Browse files
build(deps): bump actions/checkout from 3 to 4 (actions#53)
1 parent 4bb2d37 commit 3629f23

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
app_id: ${{ vars.RELEASER_APP_ID }}
2121
private_key: ${{ secrets.RELEASER_APP_PRIVATE_KEY }}
22-
- uses: actions/checkout@v3
22+
- uses: actions/checkout@v4
2323
with:
2424
token: ${{ steps.app-token.outputs.token }}
2525
- run: npm install --no-save @semantic-release/git semantic-release-plugin-github-breaking-version-tag

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
name: Integration
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v3
17+
- uses: actions/checkout@v4
1818
- uses: actions/setup-node@v3
1919
with:
2020
node-version: 20
@@ -28,7 +28,7 @@ jobs:
2828
# do not run from forks, as forks don’t have access to repository secrets
2929
if: github.event.pull_request.head.repo.owner.login == github.event.pull_request.base.repo.owner.login
3030
steps:
31-
- uses: actions/checkout@v3
31+
- uses: actions/checkout@v4
3232
- uses: actions/setup-node@v3
3333
with:
3434
node-version: 20

0 commit comments

Comments
 (0)