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 9de1ef6 commit e4f078fCopy full SHA for e4f078f
2 files changed
.github/workflows/autoupdate.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
- name: Checkout repo
13
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
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