Skip to content

Commit 7e070d7

Browse files
committed
👷‍♂️ Trying to get this incrementally closer to another GHA config I know works.
1 parent 07aecf9 commit 7e070d7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
# TODO Set up Kind for integration tests.
3030

3131
steps:
32-
- uses: actions/checkout@v2
32+
- uses: actions/checkout@v3
3333
- uses: actions/setup-go@v5
3434
with:
3535
go-version: "1.20"
@@ -54,7 +54,7 @@ jobs:
5454
packages: write
5555

5656
steps:
57-
- uses: actions/checkout@v2
57+
- uses: actions/checkout@v3
5858
- name: Docker Prep
5959
id: prep
6060
run: |
@@ -75,7 +75,7 @@ jobs:
7575
echo tags=${TAGS} >> $GITHUB_OUTPUT
7676
echo created=$(date -u +'%Y-%m-%dT%H:%M:%SZ') >> $GITHUB_OUTPUT
7777
- name: Set up Docker Buildx
78-
uses: docker/setup-buildx-action@v1
78+
uses: docker/setup-buildx-action@v2
7979
- name: Login to GitHub Container Registry
8080
uses: docker/login-action@v3
8181
with:

0 commit comments

Comments
 (0)