Skip to content

Commit 8139be9

Browse files
committed
Bump GitHub Actions
1 parent 765327f commit 8139be9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
for k, v in outputs.items():
8686
out.write(f'{k}={v}\n')
8787
88-
- uses: actions/checkout@v3
88+
- uses: actions/checkout@v4
8989
# QEMU is used for non-x86_64 builds
9090
- uses: docker/setup-qemu-action@v3
9191
# buildx adds additional features to docker build
@@ -150,7 +150,7 @@ jobs:
150150
username: ${{ github.repository_owner }}
151151
password: ${{ secrets.GITHUB_TOKEN }}
152152
- name: Build and push
153-
uses: docker/build-push-action@v3
153+
uses: docker/build-push-action@v5
154154
if: (github.event_name == 'push' || github.event_name == 'release')
155155
with:
156156
context: .

0 commit comments

Comments
 (0)