We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 81b573b + e154352 commit 78c29c9Copy full SHA for 78c29c9
.github/workflows/enhance-deps-pr.yml
@@ -14,7 +14,7 @@ jobs:
14
if: contains(github.event.pull_request.labels.*.name, 'dependencies')
15
steps:
16
- name: Checkout code
17
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
18
with:
19
ref: ${{ github.head_ref }}
20
fetch-depth: 0
.github/workflows/test.yml
@@ -29,7 +29,7 @@ jobs:
29
runs-on: ubuntu-latest
30
31
- name: Checkout Code
32
33
34
- name: Get Repo List
35
id: repo
.github/workflows/traffic2badge.yml
@@ -13,7 +13,7 @@ jobs:
13
0 commit comments