WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 9e891a3

Browse files
chore(deps): bump actions/checkout from 4 to 5 (#1331)
1 parent 8a9207d commit 9e891a3

File tree

8 files changed

+11
-11
lines changed

8 files changed

+11
-11
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
steps:
3030
- name: Checkout repository
31-
uses: actions/checkout@v4
31+
uses: actions/checkout@v5
3232

3333
# Initializes the CodeQL tools for scanning.
3434
- name: Initialize CodeQL

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
lint:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v5
1515
- name: Use Node.js
1616
uses: actions/setup-node@v4
1717
with:

.github/workflows/manual-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
extension_list: ${{ env.EXTENSION_LIST }}
8181
steps:
8282
- name: Checkout code
83-
uses: actions/checkout@v4
83+
uses: actions/checkout@v5
8484
with:
8585
ref: ${{ inputs.ref }}
8686

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
extension_dir: ${{ fromJSON(needs.filter_dirs.outputs.paths_released) }}
4242
steps:
4343
- name: Checkout code
44-
uses: actions/checkout@v4
44+
uses: actions/checkout@v5
4545
with:
4646
ref: ${{ inputs.ref }}
4747
- name: Use Node.js

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
cache_key: ${{ steps.cache-key.outputs.value }}
1616
steps:
1717
- name: Checkout code
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@v5
1919

2020
# http://man7.org/linux/man-pages/man1/date.1.html
2121
- name: Get Date
@@ -70,7 +70,7 @@ jobs:
7070
extension_list: ${{ steps.get-extensions.outputs.extensions_from_script }}
7171
steps:
7272
- name: Checkout code
73-
uses: actions/checkout@v4
73+
uses: actions/checkout@v5
7474

7575
- name: From Script
7676
id: get-extensions
@@ -95,7 +95,7 @@ jobs:
9595
matrix:
9696
extension_dir: ${{ fromJSON(needs.list_extensions.outputs.extension_list) }}
9797
steps:
98-
- uses: actions/checkout@v4
98+
- uses: actions/checkout@v5
9999
- name: Use Node.js
100100
uses: actions/setup-node@v4
101101
with:
@@ -133,7 +133,7 @@ jobs:
133133
check-samples:
134134
runs-on: ubuntu-latest
135135
steps:
136-
- uses: actions/checkout@v4
136+
- uses: actions/checkout@v5
137137
- name: Setup Node
138138
uses: actions/setup-node@v4
139139
with:

.github/workflows/update-dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: |
2525
echo "${{ toJson(github.event.inputs) }}"
2626
- name: Checkout code
27-
uses: actions/checkout@v4
27+
uses: actions/checkout@v5
2828
with:
2929
ref: ${{ env.REF_BRANCH }}
3030
- name: Use Node.js

.github/workflows/update-dictionaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
echo "$EVENT_INPUTS"
2828
2929
- name: Checkout code
30-
uses: actions/checkout@v4
30+
uses: actions/checkout@v5
3131
with:
3232
ref: ${{ env.REF_BRANCH }}
3333

.github/workflows/update-extension-list.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: |
2121
echo "${{ toJson(github.event.inputs) }}"
2222
- name: Checkout code
23-
uses: actions/checkout@v4
23+
uses: actions/checkout@v5
2424

2525
- name: Use Node.js
2626
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)