File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1414 outputs :
1515 paths : ${{ steps.filter.outputs.changes }}
1616 steps :
17- - uses : actions/checkout@v5
17+ - uses : actions/checkout@v6
1818 - name : Harden Runner
1919 uses : step-security/harden-runner@v2
2020 with :
3737 run : |
3838 sudo apt-get update
3939 sudo apt install libcryptsetup12 libcryptsetup-dev
40- - uses : actions/checkout@v5
40+ - uses : actions/checkout@v6
4141 with :
4242 fetch-depth : 0
4343 - uses : actions/setup-go@v6
7777 run : |
7878 sudo apt-get update
7979 sudo apt install libcryptsetup12 libcryptsetup-dev
80- - uses : actions/checkout@v5
80+ - uses : actions/checkout@v6
8181 with :
8282 fetch-depth : 0
8383
Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616 steps :
1717 - name : Checkout
18- uses : actions/checkout@v5
18+ uses : actions/checkout@v6
1919 with :
2020 fetch-depth : 0
2121
5454 runs-on : ubuntu-latest
5555 steps :
5656 - name : Checkout
57- uses : actions/checkout@v5
57+ uses : actions/checkout@v6
5858 with :
5959 fetch-depth : 0
6060
Original file line number Diff line number Diff line change 99 build :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v5
12+ - uses : actions/checkout@v6
1313 - uses : micnncim/action-label-syncer@3abd5ab72fda571e69fffd97bd4e0033dd5f495c # pin@v1
1414 env :
1515 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 steps :
1616 - name : Checkout repository
17- uses : actions/checkout@v5
17+ uses : actions/checkout@v6
1818 with :
1919 fetch-depth : 0
2020 - name : Label PR
Original file line number Diff line number Diff line change 88 release :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v5
11+ - uses : actions/checkout@v6
1212 with :
1313 fetch-depth : 0
1414 - name : Create Release Artifacts
You can’t perform that action at this time.
0 commit comments