Skip to content

Commit 41e3e74

Browse files
⬆️ Bump actions/checkout from 3.5.1 to 3.5.2 (#67)
1 parent ba8cf13 commit 41e3e74

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
os: [ubuntu-latest]
4747
steps:
4848
- name: "Checkout"
49-
uses: actions/[email protected].1
49+
uses: actions/[email protected].2
5050
with:
5151
lfs: true
5252
fetch-depth: 0

.github/workflows/codeql-analysis.yml

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

3535
steps:
3636
- name: Checkout repository
37-
uses: actions/[email protected].1
37+
uses: actions/[email protected].2
3838

3939
# Initializes the CodeQL tools for scanning.
4040
- name: Initialize CodeQL

.github/workflows/dependabot-auto-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
auto-merge:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/[email protected].1
11+
- uses: actions/[email protected].2
1212
- uses: ahmadnassri/action-dependabot-auto-merge@v2
1313
with:
1414
target: minor

0 commit comments

Comments
 (0)