Skip to content
This repository was archived by the owner on Jun 2, 2026. It is now read-only.

Commit 61c5052

Browse files
authored
Merge pull request #13 from tsparticles/renovate/actions-checkout-4.x
chore(deps): update actions/checkout action to v4
2 parents ca1c466 + fdc3fa5 commit 61c5052

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/nodejs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
if: ${{ github.event_name != 'pull_request' }}
2222
steps:
23-
- uses: actions/checkout@v3
23+
- uses: actions/checkout@v4
2424
name: Checkout [main]
2525
with:
2626
fetch-depth: 0
@@ -61,7 +61,7 @@ jobs:
6161
runs-on: ubuntu-latest
6262
if: ${{ github.event_name == 'pull_request' }}
6363
steps:
64-
- uses: actions/checkout@v3
64+
- uses: actions/checkout@v4
6565
with:
6666
ref: ${{ github.event.pull_request.head.ref }}
6767
repository: ${{ github.event.pull_request.head.repo.full_name }}

0 commit comments

Comments
 (0)