build(deps): bump actions/checkout from 4 to 5 (#279)

This commit is contained in:
dependabot[bot]
2025-08-13 18:21:11 +00:00
committed by GitHub
parent fcc6c288e5
commit d00315e88c
4 changed files with 5 additions and 5 deletions

View File

@@ -19,7 +19,7 @@ jobs:
name: Integration
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- uses: actions/setup-node@v4
with:
@@ -35,7 +35,7 @@ jobs:
# do not run from forks, as forks dont have access to repository secrets
if: github.event.pull_request.head.repo.owner.login == github.event.pull_request.base.repo.owner.login
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- uses: actions/setup-node@v4
with:
node-version: 20