Skip to content

Commit 0aabbd2

Browse files
authored
Merge pull request #578 from xt0rted/dependabot/github_actions/actions/checkout-4.1.6
Bump actions/checkout from 4.1.2 to 4.1.6
2 parents d9571d0 + dbf6f04 commit 0aabbd2

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/checkout@v4.1.2
28+
uses: actions/checkout@v4.1.6
2929

3030
- name: Install Node
3131
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
@@ -33,7 +33,7 @@ jobs:
3333

3434
steps:
3535
- name: Checkout repository
36-
uses: actions/checkout@v4.1.2
36+
uses: actions/checkout@v4.1.6
3737

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

0 commit comments

Comments
 (0)