Skip to content

Commit 3587581

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

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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
21+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
33+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
3434
with:
3535
fetch-depth: 0
3636
ref: ${{ inputs.glueops_codespace_tag || github.event.workflow_run.head_sha }}

0 commit comments

Comments
 (0)