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 a1ad4de commit e54b1e3Copy full SHA for e54b1e3
.github/workflows/release-from-tag.yml
@@ -12,7 +12,7 @@ jobs:
12
permissions:
13
contents: write
14
steps:
15
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
16
- uses: ncipollo/release-action@v1
17
with:
18
token: ${{ secrets.GITHUB_TOKEN }}
action.yml
@@ -45,7 +45,7 @@ runs:
45
46
47
- name: Checkout code
48
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
49
50
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
51
0 commit comments