Skip to content

Commit 35e39bf

Browse files
chore(deps): bump actions/checkout from 4 to 5 (#685)
1 parent 59f9b6d commit 35e39bf

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
@@ -53,7 +53,7 @@ jobs:
5353

5454
steps:
5555
- name: Checkout repository
56-
uses: actions/checkout@v4
56+
uses: actions/checkout@v5
5757

5858
- name: Initialize CodeQL
5959
uses: github/codeql-action/init@v3

.github/workflows/nodejsci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
node-version: [20.x, 22.x]
2121

2222
steps:
23-
- uses: actions/checkout@v4
23+
- uses: actions/checkout@v5
2424

2525
- name: Use Node.js ${{ matrix.node-version }}
2626
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)