Skip to content

Commit 618daf2

Browse files
authored
chore(gh-workflows) use action/checkout v3 to remove nodeJS 12 warnings (#195)
1 parent a3c8cf9 commit 618daf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/updatecli.yaml

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
23-
uses: actions/checkout@v2
23+
uses: actions/checkout@v3
2424

2525
- name: "Setup updatecli"
2626
uses: "updatecli/updatecli-action@v2.15.0"

0 commit comments

Comments
 (0)