We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 765327f commit 8139be9Copy full SHA for 8139be9
.github/workflows/ci.yml
@@ -85,7 +85,7 @@ jobs:
85
for k, v in outputs.items():
86
out.write(f'{k}={v}\n')
87
88
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
89
# QEMU is used for non-x86_64 builds
90
- uses: docker/setup-qemu-action@v3
91
# buildx adds additional features to docker build
@@ -150,7 +150,7 @@ jobs:
150
username: ${{ github.repository_owner }}
151
password: ${{ secrets.GITHUB_TOKEN }}
152
- name: Build and push
153
- uses: docker/build-push-action@v3
+ uses: docker/build-push-action@v5
154
if: (github.event_name == 'push' || github.event_name == 'release')
155
with:
156
context: .
0 commit comments