Skip to content

Commit 6ee8186

Browse files
build(deps): bump actions/checkout from 5 to 6 in the gha-dependencies group (#770)
1 parent 93f10b7 commit 6ee8186

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.github/workflows/dependabot_changelog_update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
owner: ${{ github.repository_owner }}
2121
repositories: "go-fastly"
2222
- name: Checkout code
23-
uses: actions/checkout@v5
23+
uses: actions/checkout@v6
2424
with:
2525
token: ${{ steps.github-token.outputs.token }}
2626
repository: ${{ github.event.pull_request.head.repo.full_name }}

.github/workflows/pr_test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
name: lint
2121
runs-on: ubuntu-latest
2222
steps:
23-
- uses: actions/checkout@v5
23+
- uses: actions/checkout@v6
2424
- uses: actions/setup-go@v6
2525
with:
2626
go-version: 1.24.x
@@ -34,7 +34,7 @@ jobs:
3434
continue-on-error: true
3535
steps:
3636
- name: Checkout code
37-
uses: actions/checkout@v5
37+
uses: actions/checkout@v6
3838
- name: Setup Go
3939
uses: actions/setup-go@v6
4040
with:
@@ -60,7 +60,7 @@ jobs:
6060
runs-on: ${{ matrix.platform }}
6161
steps:
6262
- name: Checkout code
63-
uses: actions/checkout@v5
63+
uses: actions/checkout@v6
6464
- name: Install Go
6565
uses: actions/setup-go@v6
6666
with:

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
- build(deps): `golangci/golangci-lint-action` from 8 to 9 ([#767](https://github.com/fastly/go-fastly/pull/767))
1919
- build(deps): `golang.org/x/crypto` from 0.43.0 to 0.44.0 ([#768](https://github.com/fastly/go-fastly/pull/768))
2020
- build(deps): `golang.org/x/crypto` from 0.44.0 to 0.45.0 ([#769](https://github.com/fastly/go-fastly/pull/769))
21+
- build(deps): `actions/checkout` from 5 to 6 ([#770](https://github.com/fastly/go-fastly/pull/770))
2122

2223
## [v12.1.0](https://github.com/fastly/go-fastly/releases/tag/v12.1.0) (2025-09-30)
2324

0 commit comments

Comments
 (0)