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 3ee61fb commit adf2538Copy full SHA for adf2538
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@v4
+ uses: actions/checkout@v5
14
with:
15
fetch-depth: 0
16
token: ${{ secrets.COATL_BOT_GH_TOKEN }}
.github/workflows/buildrelease.yml
@@ -29,7 +29,7 @@ jobs:
29
30
31
- name: Checkout repository
32
33
34
35
token: ${{ env.GITHUB_TOKEN }}
@@ -63,7 +63,7 @@ jobs:
63
runs-on: ${{ matrix.os }}
64
65
66
67
68
69
0 commit comments