Skip to content

Commit adf5b11

Browse files
committed
Use actions/checkout@v4 for Node 20
1 parent 3b2ec3a commit adf5b11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
runs-on: ${{ matrix.os }}
8181
name: ${{ matrix.smalltalk }} on ${{ matrix.os }}
8282
steps:
83-
- uses: actions/checkout@v3
83+
- uses: actions/checkout@v4
8484
- name: Setup smalltalkCI
8585
uses: hpi-swa/setup-smalltalkCI@v1
8686
with:

0 commit comments

Comments
 (0)