We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8af385c commit 3ac1075Copy full SHA for 3ac1075
1 file changed
.github/workflows/publish.yml
@@ -15,7 +15,7 @@ jobs:
15
token: ${{ secrets.PORTER_GITHUB_TOKEN }}
16
17
- name: Checkout
18
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
19
if: ${{ steps.release.outputs.release_created }}
20
21
- name: Build and publish to GitHub Package
0 commit comments