Skip to content

Commit 2ff4773

Browse files
authored
Merge pull request #908 from xt0rted/dependabot/github_actions/actions/checkout-5.0.0
Bump actions/checkout from 4.2.2 to 5.0.0
2 parents 252fc71 + 0490d2e commit 2ff4773

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
@@ -27,7 +27,7 @@ jobs:
2727

2828
steps:
2929
- name: Checkout Repo
30-
uses: actions/checkout@v4.2.2
30+
uses: actions/checkout@v5.0.0
3131

3232
- name: Install Node
3333
uses: actions/[email protected]

.github/workflows/codeql-analysis.yml

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

3434
steps:
3535
- name: Checkout repository
36-
uses: actions/checkout@v4.2.2
36+
uses: actions/checkout@v5.0.0
3737

3838
- name: Initialize CodeQL
3939
uses: github/codeql-action/init@v3

0 commit comments

Comments
 (0)