Skip to content

Commit fb4ce61

Browse files
chore(fallback): update actions/checkout (#413)
Co-authored-by: public-glueops-renovatebot[bot] <186083205+public-glueops-renovatebot[bot]@users.noreply.github.com>
1 parent 917c141 commit fb4ce61

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_and_publish_devcontainer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
echo "github.ref: ${{ github.ref }}"
1919
echo "event_name: ${{ github.event_name }}"
2020
21-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
21+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
2222
with:
2323
fetch-depth: 0
2424
ref: ${{ inputs.glueops_codespace_tag || github.event.workflow_run.head_sha }}

.github/workflows/packer-qemu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
echo "github.ref: ${{ github.ref }}"
3131
echo "event_name: ${{ github.event_name }}"
3232
33-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
33+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
3434
with:
3535
fetch-depth: 0
3636
ref: ${{ inputs.glueops_codespace_tag || github.event.workflow_run.head_sha }}

0 commit comments

Comments
 (0)