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 4272b84 commit 703cd4bCopy full SHA for 703cd4b
.github/workflows/autoupdate.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
- name: Checkout repo
13
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
14
with:
15
token: ${{ secrets.COATL_BOT_GH_TOKEN }}
16
.github/workflows/docker-build-push-multi-registry.yml
@@ -84,7 +84,7 @@ jobs:
84
platform: linux/arm64
85
86
- name: Checkout repository
87
88
89
- name: Prepare
90
id: prepare
0 commit comments