Skip to content

Commit 08bb4b2

Browse files
dependabot[bot]nginx-jack
authored andcommitted
Bump actions/checkout from 4.1.7 to 4.2.0 in the actions group
Bumps the actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 4.1.7 to 4.2.0 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@692973e...d632683) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1edd4df commit 08bb4b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
forked_workflow: ${{ steps.vars.outputs.forked_workflow }}
6969
steps:
7070
- name: Checkout Repository
71-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
71+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
7272

7373
- name: Set Variables
7474
id: vars
@@ -168,7 +168,7 @@ jobs:
168168
done
169169
170170
- name: Checkout docs content
171-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.7.1
171+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.7.1
172172

173173
- name: Get latest hugo theme
174174
if: inputs.doc_type == 'hugo' && inputs.force_hugo_theme_version == ''

0 commit comments

Comments
 (0)