Skip to content

Commit 253ea0a

Browse files
Merge pull request #24 from SkyCD/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents cbd649e + 2b3a982 commit 253ea0a

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@v3
15+
uses: actions/checkout@v4
1616

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

.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@v3
23+
- uses: actions/checkout@v4
2424
- name: Setup .NET Core
2525
uses: actions/setup-dotnet@v3
2626
with:

0 commit comments

Comments
 (0)