Skip to content
This repository was archived by the owner on Jan 25, 2024. It is now read-only.

Commit e618304

Browse files
chore(deps): update actions/checkout action to v4
1 parent 9f60347 commit e618304

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: windows-latest
1616

1717
steps:
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v4
1919

2020
- uses: actions/setup-go@v4
2121
with:
@@ -52,7 +52,7 @@ jobs:
5252
runs-on: ubuntu-latest
5353

5454
steps:
55-
- uses: actions/checkout@v3
55+
- uses: actions/checkout@v4
5656

5757
- name: Build the Docker image
5858
run: make image
@@ -70,7 +70,7 @@ jobs:
7070
- build-gui
7171

7272
steps:
73-
- uses: actions/checkout@v3
73+
- uses: actions/checkout@v4
7474
with:
7575
fetch-depth: 0
7676

0 commit comments

Comments
 (0)