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 ef3cef1 commit 594947aCopy full SHA for 594947a
.github/workflows/calver-release.yaml
@@ -17,7 +17,7 @@ jobs:
17
runs-on: ubuntu-latest
18
steps:
19
- name: Checkout Code
20
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
21
with:
22
fetch-depth: 0
23
fetch-tags: true
.github/workflows/pr-actionlint.yaml
@@ -13,7 +13,7 @@ jobs:
13
name: Action Linting
14
15
16
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
- name: Download actionlint
id: get_actionlint
run:
.github/workflows/semver-release.yaml
0 commit comments