Skip to content

Commit e40a033

Browse files
authored
Merge pull request #1122 from chantouchsek/dependabot/github_actions/actions/checkout-4.1.7
fix(deps): bump actions/checkout from 4.1.6 to 4.1.7
2 parents 7832281 + fe0e6c0 commit e40a033

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
@@ -18,7 +18,7 @@ jobs:
1818
os: [ubuntu-latest]
1919

2020
steps:
21-
- uses: actions/checkout@v4.1.6
21+
- uses: actions/checkout@v4.1.7
2222
with:
2323
fetch-depth: 1
2424
- uses: actions/setup-node@v4.0.0

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
steps:
4040
- name: Checkout repository
41-
uses: actions/checkout@v4.1.6
41+
uses: actions/checkout@v4.1.7
4242

4343
# Initializes the CodeQL tools for scanning.
4444
- name: Initialize CodeQL

0 commit comments

Comments
 (0)