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 90f7a28 commit 5d8544eCopy full SHA for 5d8544e
.github/workflows/auto-release.yml
@@ -10,7 +10,7 @@ jobs:
10
contents: write
11
12
steps:
13
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
14
with:
15
fetch-depth: 0
16
.github/workflows/dispath-update.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
- name: Checkout this repository
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
- name: Extract tag name
run: echo "TAG_NAME=${{ github.event.client_payload.tag }}" >> $GITHUB_ENV
.github/workflows/test.yml
@@ -9,5 +9,5 @@ jobs:
# Ensures default fresh checkout can create containers.
- run: docker compose up --no-start
0 commit comments