Skip to content

Commit 555c869

Browse files
authored
Merge pull request #1 from tsparticles/renovate/actions-checkout-4.x
chore(deps): update actions/checkout action to v4
2 parents 3923a0d + 0e7bed4 commit 555c869

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nodejs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323
if: ${{ github.event_name != 'pull_request' }}
2424
steps:
25-
- uses: actions/checkout@v3
25+
- uses: actions/checkout@v4
2626
name: Checkout [main]
2727
with:
2828
fetch-depth: 0
@@ -63,7 +63,7 @@ jobs:
6363
runs-on: ubuntu-latest
6464
if: ${{ github.event_name == 'pull_request' }}
6565
steps:
66-
- uses: actions/checkout@v3
66+
- uses: actions/checkout@v4
6767
with:
6868
ref: ${{ github.event.pull_request.head.ref }}
6969
repository: ${{ github.event.pull_request.head.repo.full_name }}

0 commit comments

Comments
 (0)