Skip to content

Commit 7624e8d

Browse files
authored
Merge pull request #17 from tsparticles/renovate/actions-checkout-4.x
chore(deps): update actions/checkout action to v4
2 parents ceaf457 + c2ce856 commit 7624e8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/node.js-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
if: ${{ github.event_name != 'pull_request' }}
1414
steps:
15-
- uses: actions/checkout@v3
15+
- uses: actions/checkout@v4
1616
name: Checkout [main]
1717
with:
1818
fetch-depth: 0
@@ -49,7 +49,7 @@ jobs:
4949
runs-on: ubuntu-latest
5050
if: ${{ github.event_name == 'pull_request' }}
5151
steps:
52-
- uses: actions/checkout@v3
52+
- uses: actions/checkout@v4
5353
with:
5454
ref: ${{ github.event.pull_request.head.ref }}
5555
repository: ${{ github.event.pull_request.head.repo.full_name }}

0 commit comments

Comments
 (0)