Skip to content

Commit 978cd2f

Browse files
authored
Merge pull request #30 from tsparticles/renovate/actions-checkout-4.x
chore(deps): update actions/checkout action to v4
2 parents 0453c48 + 2d02a59 commit 978cd2f

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
@@ -48,7 +48,7 @@ jobs:
4848
runs-on: ubuntu-latest
4949
if: ${{ github.event_name == 'pull_request' }}
5050
steps:
51-
- uses: actions/checkout@v3
51+
- uses: actions/checkout@v4
5252
with:
5353
ref: ${{ github.event.pull_request.head.ref }}
5454
repository: ${{ github.event.pull_request.head.repo.full_name }}

0 commit comments

Comments
 (0)