File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,24 +11,24 @@ jobs:
1111
1212 steps :
1313 - name : Check out
14- uses : actions/checkout@v4
14+ uses : actions/checkout@v6
1515
1616 - name : Set up Node
17- uses : actions/setup-node@v4
17+ uses : actions/setup-node@v6
1818
1919 - id : cache
2020 name : Yarn Cache Dir
2121 run : echo "value=$(yarn cache dir)" >> $GITHUB_OUTPUT
2222
2323 - name : Restore Lockfile
24- uses : actions/cache@v3
24+ uses : actions/cache@v5
2525 with :
2626 path : yarn.lock
2727 key : yarn-lock-${{ github.sha }}
2828 restore-keys : yarn-lock-
2929
3030 - name : Restore Cache
31- uses : actions/cache@v3
31+ uses : actions/cache@v5
3232 with :
3333 path : ${{ steps.cache.outputs.value }}
3434 key : yarn-cache-${{ github.sha }}
3838 run : yarn
3939
4040 - name : Upload Lockfile
41- uses : actions/upload-artifact@v3
41+ uses : actions/upload-artifact@v7
4242 with :
4343 name : lockfile
4444 path : yarn.lock
You can’t perform that action at this time.
0 commit comments