Merge pull request #47 from iconify/renovate/actions-checkout-5.x

chore(deps): update actions/checkout action to v5
This commit is contained in:
Vjacheslav Trushkin 2025-10-14 08:22:18 +03:00 committed by GitHub
commit 119538fbff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- uses: actions/setup-node@v6
with:
node-version: 'latest'