Skip to content

Commit 178742a

Browse files
chore(deps): update actions/checkout action to v6 (#648)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d74dd5b commit 178742a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yaml

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@v5
18+
uses: actions/checkout@v6
1919
if: ${{ steps.release.outputs.release_created }}
2020

2121
- name: Build and publish to GitHub Package

0 commit comments

Comments
 (0)