Skip to content

Commit 12e2464

Browse files
chore(deps): update actions/checkout action to v4 (#119)
Co-authored-by: plural-renovate[bot] <plural-renovate[bot]@users.noreply.github.com>
1 parent dc18964 commit 12e2464

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: 'Checkout'
21-
uses: actions/checkout@v3
21+
uses: actions/checkout@v4
2222
with:
2323
fetch-depth: 0
2424
token: ${{ secrets.PLURAL_BOT_PAT }}

0 commit comments

Comments
 (0)