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

Commit 18d4673

Browse files
Update actions/checkout action to v3 (#10)
1 parent 92ae9c4 commit 18d4673

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build-docker.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v2
15+
uses: actions/checkout@v3
1616

1717
- name: Setup Go
1818
uses: actions/setup-go@v2
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ubuntu-latest
2929
steps:
3030
- name: Checkout
31-
uses: actions/checkout@v2
31+
uses: actions/checkout@v3
3232
with:
3333
fetch-depth: 0
3434

@@ -56,7 +56,7 @@ jobs:
5656
runs-on: ubuntu-latest
5757
steps:
5858
- name: Checkout
59-
uses: actions/checkout@v2
59+
uses: actions/checkout@v3
6060

6161
- name: Setup Go
6262
uses: actions/setup-go@v2
@@ -83,7 +83,7 @@ jobs:
8383
runs-on: ubuntu-latest
8484
steps:
8585
- name: Check out the repo
86-
uses: actions/checkout@v2
86+
uses: actions/checkout@v3
8787

8888
- name: Get commit sha
8989
shell: bash

0 commit comments

Comments
 (0)