Skip to content

Commit 0393296

Browse files
authored
Merge pull request #585 from xt0rted/dependabot/github_actions/actions/checkout-4.1.7
Bump actions/checkout from 4.1.6 to 4.1.7
2 parents edf269a + 4858c8d commit 0393296

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
@@ -25,7 +25,7 @@ jobs:
2525

2626
steps:
2727
- name: Checkout repo
28-
uses: actions/[email protected].6
28+
uses: actions/[email protected].7
2929

3030
- name: Install Node
3131
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/[email protected].6
36+
uses: actions/[email protected].7
3737

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

0 commit comments

Comments
 (0)