Skip to content

Commit 7e5d78c

Browse files
chore(deps): bump actions/checkout from 6 to 7 (#55)
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' 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 814d344 commit 7e5d78c

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: checkout repository
20-
uses: actions/checkout@v6
20+
uses: actions/checkout@v7
2121

2222
- name: Install asdf & tools
2323
uses: asdf-vm/actions/install@v4

.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@v6
30+
- uses: actions/checkout@v7
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@v6
68+
- uses: actions/checkout@v7
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@v6
30+
- uses: actions/checkout@v7
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@v6
68+
- uses: actions/checkout@v7
6969
with:
7070
repository: NodeOps-app/homebrew-tap
7171
token: ${{ secrets.TAP_GITHUB_TOKEN }}

0 commit comments

Comments
 (0)