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.
2 parents 446886b + 256b276 commit 2cb828aCopy full SHA for 2cb828a
.github/workflows/build-and-deploy.yml
@@ -16,7 +16,7 @@ jobs:
16
runs-on: ubuntu-latest
17
steps:
18
- name: Checkout
19
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
20
- name: Set up Docker Buildx
21
uses: docker/setup-buildx-action@v3
22
- name: Build
.github/workflows/updatecli.yml
# Extract the repo and owner values to feed to updatecli through env. variables
- id: get-repo-infos
name: Get Repository Informations
0 commit comments