Skip to content

Commit ff5e67c

Browse files
authored
chore: Update CI workflow (typescript-cheatsheets#654)
- Bump actions/checkout to v4. - Update deprecated set-output command.
1 parent 2d61717 commit ff5e67c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout commit
13-
uses: actions/checkout@v3
13+
uses: actions/checkout@v4
1414

1515
- name: Read .nvmrc
16-
run: echo ::set-output name=NVMRC::$(cat .nvmrc)
16+
run: echo "NVMRC=$(cat .nvmrc)" >> $GITHUB_OUTPUT
1717
id: nvm
1818

1919
- name: Setup node

0 commit comments

Comments
 (0)