Skip to content

Commit e2bdf74

Browse files
authored
Merge pull request #418 from ocsigen/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 2 to 4
2 parents 49d7b80 + 8f0a59e commit e2bdf74

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
steps:
3030
- name: Checkout code
31-
uses: actions/checkout@v3
31+
uses: actions/checkout@v4
3232

3333
- name: Use .NET ${{ matrix.dotnet }}
3434
uses: actions/setup-dotnet@v4
@@ -73,7 +73,7 @@ jobs:
7373

7474
steps:
7575
- name: Checkout code
76-
uses: actions/checkout@v2
76+
uses: actions/checkout@v4
7777

7878
- name: Use .NET ${{ matrix.dotnet }}
7979
uses: actions/setup-dotnet@v4

.github/workflows/publish.yml

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

2323
steps:
2424
- name: Checkout code
25-
uses: actions/checkout@v3
25+
uses: actions/checkout@v4
2626

2727
- name: Use .NET ${{ matrix.dotnet }}
2828
uses: actions/setup-dotnet@v4

0 commit comments

Comments
 (0)