Skip to content

Commit 6d1eaee

Browse files
Update actions/checkout action to v5.0.1 (#5941)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent bfaac3c commit 6d1eaee

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
steps:
3131
- &checkout
3232
name: Checkout source code
33-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
33+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
3434
- name: Generate Node.js version matrix from package.json
3535
id: generate-matrix
3636
run: |
@@ -103,7 +103,7 @@ jobs:
103103
lookup-only: true
104104
- name: Checkout source code
105105
if: steps.cache.outputs.cache-hit != 'true'
106-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
106+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
107107
- if: steps.cache.outputs.cache-hit != 'true'
108108
name: Setup Java and Maven
109109
@@ -148,7 +148,7 @@ jobs:
148148
lookup-only: true
149149
- name: Checkout source code
150150
if: steps.cache.outputs.cache-hit != 'true'
151-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
151+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
152152
- if: steps.cache.outputs.cache-hit != 'true'
153153
name: Setup Node
154154
@@ -354,7 +354,7 @@ jobs:
354354
lookup-only: true
355355
- name: Checkout source code
356356
if: steps.cache.outputs.cache-hit != 'true'
357-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
357+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
358358
- name: Setup tools
359359
if: steps.cache.outputs.cache-hit != 'true'
360360
@@ -393,7 +393,7 @@ jobs:
393393
lookup-only: true
394394
- name: Checkout source code
395395
if: steps.cache.outputs.cache-hit != 'true'
396-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
396+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
397397
- name: Setup tools
398398
if: steps.cache.outputs.cache-hit != 'true'
399399
@@ -843,7 +843,7 @@ jobs:
843843
steps:
844844
- &checkout_with_submodules
845845
name: Checkout source code
846-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
846+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
847847
with:
848848
submodules: true
849849
- *mise_node_only

0 commit comments

Comments
 (0)