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 496ed5f commit 80121daCopy full SHA for 80121da
.github/workflows/main.yml
@@ -7,7 +7,7 @@ jobs:
7
runs-on: ubuntu-latest
8
steps:
9
- name: Check out the repo
10
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
11
- name: Set up QEMU
12
uses: docker/setup-qemu-action@v3
13
- name: Set up Docker Buildx
.github/workflows/release.yml
@@ -10,7 +10,7 @@ jobs:
14
- name: Log in to the container registry
15
uses: docker/login-action@5b7b28b1cc417bbd34cd8c225a957c9ce9adf7f2
16
with:
0 commit comments