Skip to content

Commit b0589fb

Browse files
authored
Merge pull request #116 from badsyntax/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents a84abe7 + d3ed165 commit b0589fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ${{ matrix.os }}
2020
name: Build
2121
steps:
22-
- uses: actions/checkout@v3
22+
- uses: actions/checkout@v4
2323
- name: Setup Node.js
2424
uses: actions/[email protected]
2525
with:
@@ -56,7 +56,7 @@ jobs:
5656
needs: [build]
5757
if: github.event_name == 'release' && github.event.action == 'published'
5858
steps:
59-
- uses: actions/checkout@v3
59+
- uses: actions/checkout@v4
6060
- uses: actions/[email protected]
6161
with:
6262
node-version: 20

0 commit comments

Comments
 (0)