Skip to content

Commit b2f13ba

Browse files
build(deps): Bump actions/checkout from 4 to 5 (#44)
1 parent 845ffdc commit b2f13ba

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/publish-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
runs-on: ubuntu-latest
3131
steps:
3232
- name: Checkout
33-
uses: actions/checkout@v4
33+
uses: actions/checkout@v5
3434

3535
- name: Dotnet Setup
3636
uses: actions/setup-dotnet@v4

.github/workflows/publish_gh_release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
github-release:
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/checkout@v4
22+
- uses: actions/checkout@v5
2323
with:
2424
fetch-depth: 0 # Get all history for automatic versioning
2525

.github/workflows/publish_nuget_pkg.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
build-and-publish:
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/checkout@v4
22+
- uses: actions/checkout@v5
2323
with:
2424
fetch-depth: 0 # Get all history for automatic versioning
2525

.github/workflows/pull-request.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- name: Tune GitHub-hosted runner network
1919
uses: smorimoto/tune-github-hosted-runner-network@v1
20-
- uses: actions/checkout@v4
20+
- uses: actions/checkout@v5
2121
- name: Setup dotnet
2222
uses: actions/setup-dotnet@v4
2323
with:
@@ -33,7 +33,7 @@ jobs:
3333
steps:
3434
- name: Tune GitHub-hosted runner network
3535
uses: smorimoto/tune-github-hosted-runner-network@v1
36-
- uses: actions/checkout@v4
36+
- uses: actions/checkout@v5
3737
- name: Setup dotnet
3838
uses: actions/setup-dotnet@v4
3939
with:

0 commit comments

Comments
 (0)