Skip to content

Commit 5198ea6

Browse files
Merge pull request #538 from xt0rted/dependabot/github_actions/actions/checkout-4.1.5
Bump actions/checkout from 4.1.4 to 4.1.5
2 parents 0c12988 + 718d4d5 commit 5198ea6

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

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

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

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

0 commit comments

Comments
 (0)