Skip to content

Commit 244fd68

Browse files
chore(deps): update actions/checkout action to v5 (#148)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4aebe64 commit 244fd68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
token: ${{ secrets.PORTER_GITHUB_TOKEN }}
1616

1717
- name: Checkout
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@v5
1919
if: ${{ steps.release.outputs.release_created }}
2020

2121
- name: Build and publish to GitHub Package

0 commit comments

Comments
 (0)