Skip to content

Commit 51fcba4

Browse files
authored
Merge pull request #624 from xt0rted/dependabot/github_actions/actions/checkout-5.0.0
Bump actions/checkout from 4.2.2 to 5.0.0
2 parents 4dc90de + d0bf98f commit 51fcba4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

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

2121
steps:
2222
- name: Check out repo
23-
uses: actions/checkout@v4.2.2
23+
uses: actions/checkout@v5.0.0
2424

2525
- name: Install Node
2626
uses: actions/setup-node@v4.4.0

.github/workflows/codeql-analysis.yml

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

3131
steps:
3232
- name: Check out repository
33-
uses: actions/checkout@v4.2.2
33+
uses: actions/checkout@v5.0.0
3434

3535
- name: Initialize CodeQL
3636
uses: github/codeql-action/init@v3

0 commit comments

Comments
 (0)