Skip to content

Commit eeb47ea

Browse files
authored
Merge pull request #1 from icelam/dependabot/github_actions/develop/actions/checkout-4
ci: bump actions/checkout from 3 to 4
2 parents 0174005 + 51ad703 commit eeb47ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/codeql.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
steps:
3131
- name: Checkout
32-
uses: actions/checkout@v3
32+
uses: actions/checkout@v4
3333

3434
- name: Initialize CodeQL
3535
uses: github/codeql-action/init@v2

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout repo
12-
uses: actions/checkout@v3
12+
uses: actions/checkout@v4
1313
- name: Setup Node.js version
1414
uses: actions/setup-node@v3
1515
with:

0 commit comments

Comments
 (0)