Skip to content

Commit 2cc704d

Browse files
authored
Merge pull request #140 from Adslot/renovate-actions-checkout-7.x
chore(deps): update actions/checkout action to v7
2 parents 19888dd + 114e371 commit 2cc704d

3 files changed

Lines changed: 3 additions & 3 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

4343
# Initializes the CodeQL tools for scanning.
4444
- name: Initialize CodeQL

.github/workflows/dependency-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: 'Checkout Repository'
12-
uses: actions/checkout@v6
12+
uses: actions/checkout@v7
1313
- name: 'Dependency Review'
1414
uses: actions/dependency-review-action@v4

.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
node: [24.x]
1515

1616
steps:
17-
- uses: actions/checkout@v6
17+
- uses: actions/checkout@v7
1818
- name: Use Node.js ${{ matrix.node }}
1919
uses: actions/setup-node@v6
2020
with:

0 commit comments

Comments
 (0)