There was an error while loading. Please reload this page.
2 parents 9fee782 + eb96bd3 commit 35bb59aCopy full SHA for 35bb59a
.github/workflows/craft-release.yaml
@@ -29,7 +29,7 @@ jobs:
29
- generate-changelog
30
runs-on: ubuntu-latest
31
steps:
32
- - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
+ - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
33
env:
34
CHANGELOG: ${{ needs.generate-changelog.outputs.changelog }}
35
- run: |
.github/workflows/set-milestone-on-pr.yaml
@@ -14,7 +14,7 @@ jobs:
14
if: github.event.pull_request.milestone == null
15
16
17
18
- name: 'Get Previous tag'
19
id: previoustag
20
uses: "WyriHaximus/github-action-get-previous-tag@master"
0 commit comments