File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1313 name : Run benchmark tests
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v5
16+ - uses : actions/checkout@v6
1717 - uses : actions/setup-go@v6
1818 with :
1919 go-version-file : go.mod
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Check out the repository
13- uses : actions/checkout@v5
13+ uses : actions/checkout@v6
1414
1515 - name : Set up Python
1616 uses : actions/setup-python@v6
Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717 steps :
1818 - name : Checkout
19- uses : actions/checkout@v5
19+ uses : actions/checkout@v6
2020 with :
2121 ref : ${{ github.event.repository.default_branch }}
2222 persist-credentials : false
Original file line number Diff line number Diff line change 1919 runs-on : ubuntu-latest
2020 steps :
2121 - name : Checkout
22- uses : actions/checkout@v5
22+ uses : actions/checkout@v6
2323 with :
2424 persist-credentials : false
2525 fetch-depth : 0
Original file line number Diff line number Diff line change @@ -19,13 +19,13 @@ jobs:
1919 password : ${{ secrets.DOCKERHUB_TOKEN }}
2020
2121 - name : Check out the scylla-bench repository
22- uses : actions/checkout@v5
22+ uses : actions/checkout@v6
2323 with :
2424 repository : scylladb/scylla-bench
2525 path : scylla-bench
2626
2727 - name : Checkout GoCQL PR Repository
28- uses : actions/checkout@v5
28+ uses : actions/checkout@v6
2929 with :
3030 repository : ${{ github.event.pull_request.head.repo.full_name }}
3131 ref : ${{ github.event.pull_request.head.ref }}
Original file line number Diff line number Diff line change 2424 name : Build
2525 runs-on : ubuntu-latest
2626 steps :
27- - uses : actions/checkout@v5
27+ - uses : actions/checkout@v6
2828
2929 - uses : actions/cache@v4
3030 with :
6565 env :
6666 SCYLLA_VERSION : ${{ matrix.scylla-version }}
6767 steps :
68- - uses : actions/checkout@v5
68+ - uses : actions/checkout@v6
6969
7070 - uses : actions/setup-python@v6
7171 with :
@@ -129,7 +129,7 @@ jobs:
129129 CASSANDRA_VERSION : ${{ matrix.cassandra-version }}
130130
131131 steps :
132- - uses : actions/checkout@v5
132+ - uses : actions/checkout@v6
133133
134134 - uses : actions/setup-python@v6
135135 with :
You can’t perform that action at this time.
0 commit comments