Skip to content

Commit b98186c

Browse files
authored
Merge pull request #200 from AegisJSProject/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 4f5be4c + d3a6e68 commit b98186c

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/codeql-analysis.yml

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

3535
steps:
3636
- name: Checkout repository
37-
uses: actions/checkout@v5
37+
uses: actions/checkout@v6
3838
with:
3939
# We must fetch at least the immediate parents so that if this is
4040
# a pull request then we can checkout the head.

.github/workflows/github-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
contents: write
1616
steps:
1717
- name: Checkout code
18-
uses: actions/checkout@v5
18+
uses: actions/checkout@v6
1919
- name: Create Release
2020
id: create_release
2121
uses: actions/create-release@v1

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
name: Node CI
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v5
17+
- uses: actions/checkout@v6
1818
- uses: actions/setup-node@v6
1919
with:
2020
node-version-file: '.nvmrc'

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
id-token: write
1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@v5
17+
uses: actions/checkout@v6
1818
with:
1919
lfs: true
2020
submodules: true

.github/workflows/super-linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
# Checkout the code base #
5959
##########################
6060
- name: Checkout Code
61-
uses: actions/checkout@v5
61+
uses: actions/checkout@v6
6262
with:
6363
# super-linter needs the full git history to get the
6464
# list of files that changed across commits

0 commit comments

Comments
 (0)