Skip to content

Commit 99ce357

Browse files
authored
Merge pull request bdovaz#240 from xoofx/dependabot/github_actions/master/actions/checkout-4
chore: bump actions/checkout from 3 to 4
2 parents 03caa4c + 5022547 commit 99ce357

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

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

1919
steps:
2020
- name: Checkout
21-
uses: actions/checkout@v3
21+
uses: actions/checkout@v4
2222

2323
- name: Install .NET Core
2424
uses: actions/setup-dotnet@v3

.github/workflows/docker-image.yml

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

2020
steps:
2121
- name: Checkout repository
22-
uses: actions/checkout@v3
22+
uses: actions/checkout@v4
2323

2424
- name: Set up QEMU
2525
uses: docker/setup-qemu-action@v2

0 commit comments

Comments
 (0)