Skip to content

Commit 65839cb

Browse files
authored
Merge pull request #138 from AegisJSProject/dependabot/github_actions/actions/checkout-7
Bump actions/checkout from 6 to 7
2 parents 7a5152e + f4e96cc commit 65839cb

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/codeql-analysis.yml

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

3939
steps:
4040
- name: Checkout repository
41-
uses: actions/checkout@v6
41+
uses: actions/checkout@v7
4242
with:
4343
# We must fetch at least the immediate parents so that if this is
4444
# 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
@@ -17,7 +17,7 @@ jobs:
1717
contents: write
1818
steps:
1919
- name: Checkout code
20-
uses: actions/checkout@v6
20+
uses: actions/checkout@v7
2121
- name: Create Release
2222
id: create_release
2323
uses: actions/create-release@v1

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
name: Node CI
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: actions/checkout@v6
21+
- uses: actions/checkout@v7
2222
- uses: actions/setup-node@v6
2323
with:
2424
node-version-file: '.nvmrc'

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
id-token: write
1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@v6
19+
uses: actions/checkout@v7
2020
with:
2121
lfs: true
2222
submodules: true

.github/workflows/super-linter.yml

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

0 commit comments

Comments
 (0)