Skip to content

Commit 5496b16

Browse files
authored
Merge pull request #668 from adamralph/dependabot/github_actions/actions/checkout-4.2.2
Bump actions/checkout from 4.1.7 to 4.2.2
2 parents a18aaf5 + cf0218a commit 5496b16

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
dotnet-version: |
2929
6.0.425
3030
8.0.401
31-
- uses: actions/checkout@v4.1.7
31+
- uses: actions/checkout@v4.2.2
3232
with:
3333
fetch-depth: 0
3434
filter: tree:0

.github/workflows/codeql-analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141

4242
steps:
4343
- name: Checkout repository
44-
uses: actions/checkout@v4.1.7
44+
uses: actions/checkout@v4.2.2
4545

4646
# Initializes the CodeQL tools for scanning.
4747
- name: Initialize CodeQL

.github/workflows/infer-sharp.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/[email protected]
1212
with:
1313
dotnet-version: '8.0.401'
14-
- uses: actions/checkout@v4.1.7
14+
- uses: actions/checkout@v4.2.2
1515
- run: dotnet build
1616
- run: ls -al
1717
- run: pwd

.github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
packages: read
1313
statuses: write
1414
steps:
15-
- uses: actions/checkout@v4.1.7
15+
- uses: actions/checkout@v4.2.2
1616
with:
1717
fetch-depth: 0
1818
filter: tree:0

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/[email protected]
1515
with:
1616
dotnet-version: 8.0.401
17-
- uses: actions/checkout@v4.1.7
17+
- uses: actions/checkout@v4.2.2
1818
- run: dotnet build --configuration Release --nologo
1919
- name: push
2020
env:

.github/workflows/spell-check.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ jobs:
88
spell-check:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v4.1.7
11+
- uses: actions/checkout@v4.2.2
1212
- run: npx [email protected] "**/*"

0 commit comments

Comments
 (0)