Skip to content

Commit ed3d07d

Browse files
renovate[bot]dhmlau
authored andcommitted
chore: update actions/checkout action to v5
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6b55201 commit ed3d07d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
github.com:443
4242
nodejs.org:443
4343
registry.npmjs.org:443
44-
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
44+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
4545
with:
4646
persist-credentials: false
4747
- name: Use Node.js ${{ matrix.node-version }}
@@ -68,7 +68,7 @@ jobs:
6868
github.com:443
6969
nodejs.org:443
7070
registry.npmjs.org:443
71-
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
71+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
7272
with:
7373
persist-credentials: false
7474
- name: Use Node.js 20
@@ -96,7 +96,7 @@ jobs:
9696
allowed-endpoints: >
9797
github.com:443
9898
registry.npmjs.org:443
99-
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
99+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
100100
with:
101101
fetch-depth: 0
102102
persist-credentials: false
@@ -132,7 +132,7 @@ jobs:
132132
allowed-endpoints: >
133133
github.com:443
134134
registry.npmjs.org:443
135-
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
135+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
136136
with:
137137
persist-credentials: false
138138
- name: Use Node.js 20

.github/workflows/scorecards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
rekor.sigstore.dev:443
4848
tuf-repo-cdn.sigstore.dev:443
4949
www.bestpractices.dev:443
50-
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
50+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
5151
with:
5252
persist-credentials: false
5353

0 commit comments

Comments
 (0)