There was an error while loading. Please reload this page.
2 parents dd86462 + ad64d89 commit 8a361ecCopy full SHA for 8a361ec
.github/workflows/craft-release.yaml
@@ -29,7 +29,7 @@ jobs:
29
- generate-changelog
30
runs-on: ubuntu-latest
31
steps:
32
- - uses: actions/checkout@v1
+ - uses: actions/checkout@v3
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