File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 2121 runs-on : ubuntu-24.04
2222 container : ubuntu:20.04
2323 steps :
24- - uses : actions/checkout@v3
24+ - uses : actions/checkout@v6
2525
2626 - name : Build examples
2727 run : |
4848 container : ${{ matrix.os }}
4949 needs : test-examples # always run after the baseline tests
5050 steps :
51- - uses : actions/checkout@v4
51+ - uses : actions/checkout@v6
5252
5353 - name : Prerequisites for CentOS 8
5454 if : matrix.os == 'centos:8'
8080 # Steps represent a sequence of tasks that will be executed as part of the job
8181 steps :
8282 # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
83- - uses : actions/checkout@v4
83+ - uses : actions/checkout@v6
8484
8585 - name : Install required packages
8686 run : |
@@ -109,7 +109,7 @@ jobs:
109109 runs-on : ubuntu-24.04
110110 needs : ["test-riscos", "test-platforms"]
111111 steps :
112- - uses : actions/checkout@v4
112+ - uses : actions/checkout@v6
113113 with :
114114 fetch-depth : 0
115115
@@ -145,7 +145,7 @@ jobs:
145145 # Steps represent a sequence of tasks that will be executed as part of the job
146146 steps :
147147 # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
148- - uses : actions/checkout@v4
148+ - uses : actions/checkout@v6
149149 with :
150150 fetch-depth : 0
151151
You can’t perform that action at this time.
0 commit comments