Skip to content

Commit dbf4018

Browse files
authored
Merge pull request #5 from ehonda/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 87d7bda + d758404 commit dbf4018

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/dotnet-build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@v5
17+
uses: actions/checkout@v6
1818

1919
- name: Setup .NET
2020
uses: actions/setup-dotnet@v5

.github/workflows/push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
projects: ${{ steps.generate-matrix.outputs.projects }}
4545
steps:
4646
- name: Checkout code
47-
uses: actions/checkout@v5
47+
uses: actions/checkout@v6
4848
- name: Generate projects matrix
4949
id: generate-matrix
5050
run: |
@@ -99,7 +99,7 @@ jobs:
9999
project_name: ${{ fromJSON(needs.define-projects-matrix.outputs.projects) }}
100100
steps:
101101
- name: Checkout
102-
uses: actions/checkout@v5
102+
uses: actions/checkout@v6
103103

104104
- name: Setup .NET
105105
uses: actions/setup-dotnet@v5

0 commit comments

Comments
 (0)