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.
2 parents 3c20840 + 594947a commit a3324e3Copy full SHA for a3324e3
.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