Skip to content

Commit 21010df

Browse files
authored
Merge pull request #40 from podium-lib/renovate/actions-checkout-4.x
chore(deps): update actions/checkout action to v4
2 parents 8b0b83b + c1fd691 commit 21010df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
name: Deploy to GitHub Pages
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v4
1919
- uses: actions/setup-node@v3
2020
with:
2121
node-version: 20

0 commit comments

Comments
 (0)