File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ jobs:
1616 runs-on : ubuntu-latest
1717 steps :
1818 - name : Checkout repository
19- uses : actions/checkout@v2
19+ uses : actions/checkout@v4
2020
2121 - name : Fetch all tags
2222 run : git fetch --depth=1 origin +refs/tags/*:refs/tags/*
2323
2424 - name : Setup NodeJS Runtime
25- uses : actions/setup-node@v2
25+ uses : actions/setup-node@v4
2626 with :
2727 node-version : 18
2828 registry-url : ' https://npm.pkg.github.com'
Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ jobs:
1616 runs-on : ubuntu-latest
1717 steps :
1818 - name : Checkout repository
19- uses : actions/checkout@v2
19+ uses : actions/checkout@v4
2020
2121 - name : Fetch all tags
2222 run : git fetch --depth=1 origin +refs/tags/*:refs/tags/*
2323
2424 - name : Setup NodeJS Runtime
25- uses : actions/setup-node@v2
25+ uses : actions/setup-node@v4
2626 with :
2727 node-version : 18
2828 registry-url : ' https://npm.pkg.github.com'
You can’t perform that action at this time.
0 commit comments