Skip to content

Commit 14159cc

Browse files
Merge pull request #46 from SkyCD/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 9d12fe8 + 3726e43 commit 14159cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/auto-release.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: Checkouting code...
15-
uses: actions/checkout@v5
15+
uses: actions/checkout@v6
1616

1717
- name: Setup .NET
1818
uses: actions/setup-dotnet@v5

.github/workflows/on_pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- '5.0.x'
2121
- '6.0.x'
2222
steps:
23-
- uses: actions/checkout@v5
23+
- uses: actions/checkout@v6
2424
- name: Setup .NET Core
2525
uses: actions/setup-dotnet@v5
2626
with:

0 commit comments

Comments
 (0)