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 766ef61 commit 874a64bCopy full SHA for 874a64b
.github/workflows/craft-release.yaml
@@ -10,7 +10,7 @@ jobs:
10
name: Wait for status checks
11
runs-on: ubuntu-latest
12
steps:
13
- - uses: actions/checkout@v1
+ - uses: actions/checkout@v4
14
- run: sleep 13
15
- name: 'Wait for status checks'
16
id: waitforstatuschecks
@@ -49,7 +49,7 @@ jobs:
49
- generate-changelog
50
51
52
53
env:
54
CHANGELOG: ${{ needs.generate-changelog.outputs.changelog }}
55
- run: |
0 commit comments