Skip to content

Commit 3e17880

Browse files
Upgrade: Bump actions/checkout from 3 to 4 (#38)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f5cac36 commit 3e17880

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: ⬇️ Checkout repo
23-
uses: actions/checkout@v3
23+
uses: actions/checkout@v4
2424

2525
- name: ⎔ Setup Node v${{ matrix.node }}
2626
uses: actions/setup-node@v3

0 commit comments

Comments
 (0)