Skip to content

Commit f8e249e

Browse files
Bump actions/checkout from 4 to 5 in the all group
Bumps the all group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 4 to 5 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2013d94 commit f8e249e

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/auto-generated.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
steps:
2828
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
2929
- name: 📦 Checkout Repository
30-
uses: actions/checkout@v4
30+
uses: actions/checkout@v5
3131

3232
# Runs a single command using the runners shell
3333
- name: 📓 Create Readmes

.github/workflows/dotnet-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
steps:
2525
- name: 📦 Checkout repository
26-
uses: actions/checkout@v4
26+
uses: actions/checkout@v5
2727

2828
- name: 🛠️ Setup .NET
2929
uses: actions/setup-dotnet@v4

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
tag_name: ${{ steps.tag.outputs.tag_name }}
2121
steps:
2222
- name: 📦 Checkout repository
23-
uses: actions/checkout@v4
23+
uses: actions/checkout@v5
2424
with:
2525
ref: main
2626

@@ -60,7 +60,7 @@ jobs:
6060
url: https://www.nuget.org/packages/DaanV2.UUID.Net/
6161
steps:
6262
- name: 📦 Checkout repository
63-
uses: actions/checkout@v4
63+
uses: actions/checkout@v5
6464
with:
6565
ref: main
6666

.github/workflows/release-page.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
steps:
1414
- name: 📦 Checkout Repository
15-
uses: actions/checkout@v4
15+
uses: actions/checkout@v5
1616

1717
- name: 📑 Release Page
1818
uses: ncipollo/release-action@v1

0 commit comments

Comments
 (0)