Skip to content

Commit 52b1680

Browse files
dependabot[bot]nginx-jack
authored andcommitted
Bump actions/checkout in the actions group across 1 directory
Bumps the actions group with 1 update in the / directory: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 4.2.0 to 4.2.2 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@d632683...11bd719) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9c59fab commit 52b1680

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs-build-push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
forked_workflow: ${{ steps.vars.outputs.forked_workflow }}
7070
steps:
7171
- name: Checkout Repository
72-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
72+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
7373

7474
- name: Set Variables
7575
id: vars
@@ -172,7 +172,7 @@ jobs:
172172
done
173173
174174
- name: Checkout docs content
175-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.7.1
175+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.7.1
176176
with:
177177
fetch-depth: 0 # This is required for hugo Lastmod to function properly
178178

0 commit comments

Comments
 (0)