Skip to content

Commit 76beb15

Browse files
⬆️ Bump actions/checkout from 4.1.6 to 4.1.7 (#174)
1 parent fc5c815 commit 76beb15

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
@@ -47,7 +47,7 @@ jobs:
4747
dotnet-version: ['6.0.x', '7.0.x', '8.0.x']
4848
steps:
4949
- name: "Checkout"
50-
uses: actions/[email protected].6
50+
uses: actions/[email protected].7
5151
with:
5252
lfs: true
5353
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].6
37+
uses: actions/[email protected].7
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].6
11+
- uses: actions/[email protected].7
1212
- uses: ahmadnassri/action-dependabot-auto-merge@v2
1313
with:
1414
target: minor

0 commit comments

Comments
 (0)