Skip to content

Commit 86ee928

Browse files
authored
Merge pull request #65 from blwatkins/dependabot/github_actions/main/actions/checkout-6
dependabot github-action update(deps): bump actions/checkout from 5 to 6
2 parents a7180b8 + 36e2545 commit 86ee928

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/codeql.yml

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

4444
steps:
4545
- name: Checkout repository
46-
uses: actions/checkout@v5
46+
uses: actions/checkout@v6
4747

4848
# Initializes the CodeQL tools for scanning.
4949
- name: Initialize CodeQL

.github/workflows/npm-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
2626

2727
steps:
28-
- uses: actions/checkout@v5
28+
- uses: actions/checkout@v6
2929
- name: Use Node.js ${{ matrix.node-version }}
3030
uses: actions/setup-node@v6
3131
with:

0 commit comments

Comments
 (0)