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 36c56ce commit 7345f1cCopy full SHA for 7345f1c
.github/workflows/gh-pages.yml
@@ -14,7 +14,7 @@ jobs:
14
concurrency:
15
group: ${{ github.workflow }}-${{ github.ref }}
16
steps:
17
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v5.0.0
18
19
- name: Setup Node
20
uses: actions/setup-node@v3
.github/workflows/traffic2badge.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
- name: Checkout Code
- uses: actions/checkout@v2.3.3
+ uses: actions/checkout@v5.0.0
- name: Get Commit Message
id: message
0 commit comments