Skip to content

Commit 2bb10d7

Browse files
authored
Merge pull request #1 from ehonda/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 639394a + 9e6a967 commit 2bb10d7

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@v4
17+
uses: actions/checkout@v5
1818

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

.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@v4
47+
uses: actions/checkout@v5
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@v4
102+
uses: actions/checkout@v5
103103

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

0 commit comments

Comments
 (0)