File tree Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 3636
3737 steps :
3838 - name : Checkout repository
39- uses : actions/checkout@v4
39+ uses : actions/checkout@v5
4040
4141 # Initializes the CodeQL tools for scanning.
4242 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 1919 runs-on : ubuntu-latest
2020 # Steps represent a sequence of tasks that will be executed as part of the job
2121 steps :
22- - uses : actions/checkout@v4
22+ - uses : actions/checkout@v5
2323 - name : Start minikube
2424 uses : medyagh/setup-minikube@master
2525 with :
4444 runs-on : ubuntu-latest
4545 # Steps represent a sequence of tasks that will be executed as part of the job
4646 steps :
47- - uses : actions/checkout@v4
47+ - uses : actions/checkout@v5
4848 - name : Start minikube
4949 uses : medyagh/setup-minikube@master
5050 with :
Original file line number Diff line number Diff line change 3030 runs-on : ubuntu-latest
3131 steps :
3232 - name : Checkout
33- uses : actions/checkout@v4
33+ uses : actions/checkout@v5
3434 with :
3535 ref : gh-pages
3636 - name : Setup Pages
Original file line number Diff line number Diff line change 2121 runs-on : ubuntu-latest
2222 steps :
2323 - name : Checkout git repository
24- uses : actions/checkout@v4
24+ uses : actions/checkout@v5
2525 - run : gh pr edit ${{ github.event.number }} --remove-label 'pre-commit ci run'
2626 if : github.event.action == 'labeled' && github.event.label.name == 'pre-commit ci run'
2727 env :
Original file line number Diff line number Diff line change 99 name : " Package Helm Chart"
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v4
12+ - uses : actions/checkout@v5
1313 - name : Configure Git
1414 run : |
1515 git config user.name "$GITHUB_ACTOR"
3838 helm-docs -t helm/wrongsecrets-ctf-party/README.md.gotmpl -t helm/wrongsecrets-ctf-party/_template.gotmpl -o README.md
3939 cp helm/wrongsecrets-ctf-party/README.md /tmp/README.md
4040 - name : Update gh-pages branch
41- uses : actions/checkout@v4
41+ uses : actions/checkout@v5
4242 with :
4343 ref : gh-pages
4444 fetch-depth : 0
5656 git push
5757 fi
5858 - name : Get back to original branch
59- uses : actions/checkout@v4
59+ uses : actions/checkout@v5
6060 - name : Run chart-releaser
61616262 with :
7373 - wrongsecrets-balancer
7474 steps :
7575 - name : Checkout
76- uses : actions/checkout@v4
76+ uses : actions/checkout@v5
7777
7878 - name : Docker Meta
7979 id : docker_meta
Original file line number Diff line number Diff line change 77 name : Cleaner
88 runs-on : ubuntu-latest
99 steps :
10- - uses : actions/checkout@v4
10+ - uses : actions/checkout@v5
1111 - uses : actions/setup-node@v4
1212 with :
1313 node-version : 22
2727 name : Balancer
2828 runs-on : ubuntu-latest
2929 steps :
30- - uses : actions/checkout@v4
30+ - uses : actions/checkout@v5
3131 - uses : actions/setup-node@v4
3232 with :
3333 node-version : 22
You can’t perform that action at this time.
0 commit comments