Skip to content

Commit 3adb08a

Browse files
Bump actions/checkout from 4.1.6 to 4.1.7 in the github-actions group
Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 4.1.6 to 4.1.7 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@a5ac7e5...692973e) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent efcb89b commit 3adb08a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272

7373
steps:
7474
- name: "Checkout the repo"
75-
uses: "actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29" # v4.1.6
75+
uses: "actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332" # v4.1.7
7676

7777
- name: "Setup Python"
7878
id: "setup-python"
@@ -129,7 +129,7 @@ jobs:
129129

130130
steps:
131131
- name: "Checkout the repo"
132-
uses: "actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29" # v4.1.6
132+
uses: "actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332" # v4.1.7
133133

134134
- name: "Setup Python"
135135
id: "setup-python"

0 commit comments

Comments
 (0)