Skip to content

Commit b2e9c34

Browse files
Bump actions/checkout from 4.2.0 to 4.2.1
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.0 to 4.2.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@d632683...eef6144) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e19cb50 commit b2e9c34

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@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
114+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
115115
- name: Setup Go
116116
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
117117
with:
@@ -121,7 +121,7 @@ jobs:
121121
id: build
122122
run: V=1 make build
123123
- name: Checkout Docs
124-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
124+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
125125
with:
126126
repository: smallstep/docs
127127
token: ${{ secrets.DOCS_PAT }}

0 commit comments

Comments
 (0)