File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 os : [ubuntu-22.04, ubuntu-24.04]
2121
2222 steps :
23- - uses : actions/checkout@v4
23+ - uses : actions/checkout@v6
2424
2525 - name : Download RtBrick libdict
2626 shell : bash
8080 os : [bookworm, trixie]
8181
8282 steps :
83- - uses : actions/checkout@v4
83+ - uses : actions/checkout@v6
8484
8585 - name : Install dependencies
8686 shell : bash
Original file line number Diff line number Diff line change 3535
3636 steps :
3737 - name : Checkout repository
38- uses : actions/checkout@v4
38+ uses : actions/checkout@v6
3939
4040 # Initializes the CodeQL tools for scanning.
4141 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 2121 echo "SOURCE_BRANCH=${GITHUB_REF#refs/heads/}" >> $GITHUB_OUTPUT
2222 echo "SOURCE_TAG=${GITHUB_REF#refs/tags/}" >> $GITHUB_OUTPUT
2323
24- - uses : actions/checkout@v4
24+ - uses : actions/checkout@v6
2525 - uses : ncipollo/release-action@v1
2626 with :
2727 tag : ${{ steps.ref_name.outputs.SOURCE_TAG }}
3636 os : [ubuntu-22.04, ubuntu-24.04]
3737
3838 steps :
39- - uses : actions/checkout@v4
39+ - uses : actions/checkout@v6
4040
4141 - name : Download RtBrick libdict
4242 shell : bash
@@ -106,7 +106,7 @@ jobs:
106106 os : [bookworm, trixie]
107107
108108 steps :
109- - uses : actions/checkout@v4
109+ - uses : actions/checkout@v6
110110
111111 - name : Install dependencies
112112 shell : bash
You can’t perform that action at this time.
0 commit comments