Skip to content

Commit 23f9ed4

Browse files
authored
Update GHA depedency (#18)
actions/checkout -> v6.0.2
1 parent 83e38e6 commit 23f9ed4

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/sanity.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ jobs:
1111
runs-on: 'ubuntu-latest'
1212
steps:
1313
- name: 'Checkout code'
14-
uses: 'actions/checkout@v4'
14+
# v6.0.2
15+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
1516
- name: 'Build Docker image'
1617
run: |
1718
set -euxo pipefail
@@ -27,7 +28,8 @@ jobs:
2728
runs-on: 'ubuntu-latest'
2829
steps:
2930
- name: 'Checkout code'
30-
uses: 'actions/checkout@v4'
31+
# v6.0.2
32+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
3133
- name: 'Install shellcheck'
3234
run: |
3335
set -euxo pipefail

0 commit comments

Comments
 (0)