Skip to content

Commit d7223bb

Browse files
renovate[bot]dkropachev
authored andcommitted
chore(deps): update actions/checkout action to v6
1 parent 282e8ec commit d7223bb

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

.github/workflows/bench-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
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

.github/workflows/clean_dockerhub_images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
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

.github/workflows/docs-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
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

.github/workflows/docs-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
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

.github/workflows/extended-ci-longevity-large-partitions-with-network-nemesis-1h-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 }}

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
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:
@@ -65,7 +65,7 @@ jobs:
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:

0 commit comments

Comments
 (0)