Skip to content

Commit 03048f4

Browse files
Bump actions/checkout in the all-github-actions group (#7)
1 parent 4663110 commit 03048f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
matrix: ${{ steps.set-matrix.outputs.matrix }}
3737
has_apps: ${{ steps.set-matrix.outputs.has_apps }}
3838
steps:
39-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
39+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
4040
with: { fetch-depth: 0 }
4141
- id: set-matrix
4242
shell: bash
@@ -97,7 +97,7 @@ jobs:
9797
fail-fast: false
9898
matrix: ${{ fromJson(needs.detect.outputs.matrix) }}
9999
steps:
100-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
100+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
101101

102102
- name: Assert matrix.app not empty
103103
run: |

0 commit comments

Comments
 (0)