Skip to content

Commit f0c23d8

Browse files
authored
Work CI-CD
- Fix actions versions. ***NO_CI***
1 parent 9403220 commit f0c23d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update-dependencies.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ jobs:
2323
runs-on: windows-latest
2424
steps:
2525
- name: Checkout
26-
uses: actions/checkout@v2.3
26+
uses: actions/checkout@v2
2727
with:
2828
path: main
2929
- name: Checkout tools repo
30-
uses: actions/checkout@v2.3
30+
uses: actions/checkout@v2
3131
with:
3232
repository: nanoframework/nf-tools
3333
path: tools

0 commit comments

Comments
 (0)