Skip to content

Commit 1a91c7c

Browse files
Bump actions/checkout from 5.0.1 to 6.0.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.1 to 6.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@93cb6ef...1af3b93) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5bcdad3 commit 1a91c7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
if: needs.create_release.outputs.is_prerelease == 'false'
112112
steps:
113113
- name: Checkout
114-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
114+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
115115
- name: Setup Go
116116
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
117117
with:
@@ -121,7 +121,7 @@ jobs:
121121
id: build
122122
run: V=1 make build
123123
- name: Checkout Docs
124-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
124+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
125125
with:
126126
repository: smallstep/docs
127127
token: ${{ secrets.DOCS_PAT }}

0 commit comments

Comments
 (0)