Skip to content

Commit

Permalink
Merge pull request #357 from scylladb/dk/update-cicd
Browse files Browse the repository at this point in the history
Update github action versions
  • Loading branch information
dkropachev authored Nov 27, 2024
2 parents 7963e95 + aef4658 commit 85b37dc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/clean_dockerhub_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out the repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.x"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Check out the scylla-bench repository
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: scylladb/scylla-bench
path: scylla-bench

- name: Checkout GoCQL PR Repository
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: ${{ github.event.pull_request.head.repo.full_name }}
ref: ${{ github.event.pull_request.head.ref }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
env:
SCYLLA_IMAGE: scylladb/scylla:6.1.1
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
- uses: actions/cache@v2
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
- uses: actions/cache@v4
id: gomod-cache
with:
path: ~/go/pkg/mod
Expand Down

0 comments on commit 85b37dc

Please sign in to comment.