Skip to content

Commit 05cfe6c

Browse files
chore(deps): Bump actions/checkout from 1 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 1 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v1...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1bef266 commit 05cfe6c

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/node-js.yml

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

1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@v3
17+
uses: actions/checkout@v5
1818
with:
1919
persist-credentials: false
2020

.github/workflows/pr-deploy-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Checkout repository
19-
uses: actions/checkout@v1
19+
uses: actions/checkout@v5
2020

2121
- name: Set up Node.js
2222
uses: actions/setup-node@master

.github/workflows/update-md-and-index.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: Write Markdown
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@v5
1414
- name: Run mdupdater
1515
run: ./.github/mdupdater.sh
1616

@@ -22,7 +22,7 @@ jobs:
2222
name: Write Recent List
2323
runs-on: ubuntu-latest
2424
steps:
25-
- uses: actions/checkout@v3
25+
- uses: actions/checkout@v5
2626
- run: git pull origin main # guarantee a latest commit from 'update-md'
2727

2828
- name: Run rmdupdater
@@ -36,7 +36,7 @@ jobs:
3636
name: Generate PS Badge
3737
runs-on: ubuntu-latest
3838
steps:
39-
- uses: actions/checkout@v3
39+
- uses: actions/checkout@v5
4040
- run: git pull origin main # guarantee a latest commit from 'update-recent-md'
4141

4242
- name: Use Node.js
@@ -88,7 +88,7 @@ jobs:
8888
name: Docsearch Auto Scraper
8989
runs-on: ubuntu-latest
9090
steps:
91-
- uses: actions/checkout@v3
91+
- uses: actions/checkout@v5
9292

9393
- name: Run docsearch scraper
9494
uses: darrenjennings/algolia-docsearch-action@master

0 commit comments

Comments
 (0)