We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07aecf9 commit 7e070d7Copy full SHA for 7e070d7
.github/workflows/main.yml
@@ -29,7 +29,7 @@ jobs:
29
# TODO Set up Kind for integration tests.
30
31
steps:
32
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
33
- uses: actions/setup-go@v5
34
with:
35
go-version: "1.20"
@@ -54,7 +54,7 @@ jobs:
54
packages: write
55
56
57
58
- name: Docker Prep
59
id: prep
60
run: |
@@ -75,7 +75,7 @@ jobs:
75
echo tags=${TAGS} >> $GITHUB_OUTPUT
76
echo created=$(date -u +'%Y-%m-%dT%H:%M:%SZ') >> $GITHUB_OUTPUT
77
- name: Set up Docker Buildx
78
- uses: docker/setup-buildx-action@v1
+ uses: docker/setup-buildx-action@v2
79
- name: Login to GitHub Container Registry
80
uses: docker/login-action@v3
81
0 commit comments