Skip to content

Commit e123c0f

Browse files
Update actions/checkout action to v6.0.3 (#71)
Co-authored-by: dependencyupdates[bot] <218638057+dependencyupdates[bot]@users.noreply.github.com>
1 parent 8453029 commit e123c0f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/code-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v6.0.2
15+
uses: actions/checkout@v6.0.3
1616
- name: Setup .NET SDK
1717
uses: actions/setup-dotnet@v5.3.0
1818
with:

.github/workflows/dependency-updates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
private-key: ${{ secrets.DEPENDENCY_UPDATES_PRIVATE_KEY }}
3333
owner: Particular
3434
- name: Checkout config
35-
uses: actions/checkout@v6.0.2
35+
uses: actions/checkout@v6.0.3
3636
with:
3737
repository: Particular/renovate-config
3838
token: ${{ steps.get-token.outputs.token}}

.github/workflows/nuget-audit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@v6.0.2
16+
uses: actions/checkout@v6.0.3
1717
- name: Setup .NET SDK
1818
uses: actions/setup-dotnet@v5.3.0
1919
with:

0 commit comments

Comments
 (0)