Skip to content

Commit 05be1a9

Browse files
chore(deps): bump actions/checkout from 4 to 6 (#30)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8c9a125 commit 05be1a9

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/nightly.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
goarch: amd64
2828

2929
steps:
30-
- uses: actions/checkout@v4
30+
- uses: actions/checkout@v6
3131

3232
- uses: actions/setup-go@v6
3333
with:
@@ -65,7 +65,7 @@ jobs:
6565
env:
6666
GH_TOKEN: ${{ github.token }}
6767
steps:
68-
- uses: actions/checkout@v4
68+
- uses: actions/checkout@v6
6969

7070
- uses: actions/download-artifact@v8
7171
with:

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
goarch: amd64
2828

2929
steps:
30-
- uses: actions/checkout@v4
30+
- uses: actions/checkout@v6
3131

3232
- uses: actions/setup-go@v6
3333
with:
@@ -65,7 +65,7 @@ jobs:
6565
env:
6666
GH_TOKEN: ${{ github.token }}
6767
steps:
68-
- uses: actions/checkout@v4
68+
- uses: actions/checkout@v6
6969
with:
7070
repository: NodeOps-app/homebrew-tap
7171
token: ${{ secrets.TAP_GITHUB_TOKEN }}

0 commit comments

Comments
 (0)