Skip to content

Commit 4a3fdf5

Browse files
Update actions/checkout digest to 11bd719
1 parent 7052d7e commit 4a3fdf5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
verify_json:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
17+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1818

1919
- name: Install yajl-tools
2020
run: sudo apt-get install -qq yajl-tools
@@ -25,7 +25,7 @@ jobs:
2525
confirm_built:
2626
runs-on: ubuntu-latest
2727
steps:
28-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
28+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2929

3030
- name: Install node
3131
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4
@@ -54,7 +54,7 @@ jobs:
5454
check_format:
5555
runs-on: ubuntu-latest
5656
steps:
57-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
57+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
5858

5959
- name: Install node
6060
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4

0 commit comments

Comments
 (0)