File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 # checkout
13- - uses : actions/checkout@v5
13+ - uses : actions/checkout@v6
1414
1515 # setup taskfile
1616 - uses : arduino/setup-task@v1
Original file line number Diff line number Diff line change 2424 echo "::set-output name=image::${REPOSITORY//docker-/}"
2525
2626 # checkout
27- - uses : actions/checkout@v5
27+ - uses : actions/checkout@v6
2828
2929 # setup node
3030 - uses : actions/setup-node@v5
@@ -120,7 +120,7 @@ jobs:
120120 REPOSITORY : ${{ github.repository }}
121121
122122 # checkout
123- - uses : actions/checkout@v5
123+ - uses : actions/checkout@v6
124124
125125 # scan image
126126 - uses : crazy-max/ghaction-container-scan@v3
Original file line number Diff line number Diff line change 77 runs-on : ubuntu-latest
88 steps :
99 # checkout
10- - uses : actions/checkout@v5
10+ - uses : actions/checkout@v6
1111
1212 # sync labels
1313 - uses : crazy-max/ghaction-github-labeler@v5
You can’t perform that action at this time.
0 commit comments