Skip to content

Commit af111dc

Browse files
Merge pull request #567 from xt0rted/dependabot/github_actions/actions/checkout-4.2.0
Bump actions/checkout from 4.1.7 to 4.2.0
2 parents 42a7771 + b743f3e commit af111dc

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

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

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

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

0 commit comments

Comments
 (0)