Skip to content

Commit 7b661c0

Browse files
committed
Workflow action fixup: actions/checkout#417
1 parent a8a3dbc commit 7b661c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cfr24.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
image: docker://ghcr.io/concordia-fsae/containers/ubuntu-noble-lts:v1.0.0
1212
steps:
1313
- name: Pull Branch
14-
uses: actions/checkout@v4
14+
uses: actions/checkout@a81bbbf8298c0fa03ea29cdc473d45769f953675
1515
with:
1616
fetch-depth: 0
1717
show-progress: 'true'
@@ -25,7 +25,7 @@ jobs:
2525
image: docker://ghcr.io/concordia-fsae/containers/ubuntu-noble-lts:v1.0.0
2626
steps:
2727
- name: Pull Branch
28-
uses: actions/checkout@v4
28+
uses: actions/checkout@a81bbbf8298c0fa03ea29cdc473d45769f953675
2929
with:
3030
fetch-depth: 0
3131
show-progress: 'true'

0 commit comments

Comments
 (0)