Skip to content

Commit 25018d3

Browse files
Merge pull request #493 from xt0rted/dependabot/github_actions/actions/checkout-4.1.0
Bump actions/checkout from 4.0.0 to 4.1.0
2 parents 028f690 + 8ea8396 commit 25018d3

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.0.0
23+
uses: actions/checkout@v4.1.0
2424

2525
- name: Install Node
2626
uses: actions/setup-node@v3.8.1

.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.0.0
33+
uses: actions/checkout@v4.1.0
3434

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

0 commit comments

Comments
 (0)