Skip to content

Commit eda0360

Browse files
DrFaust92arikalon1
andauthored
Refresh actions (#1939)
* Refresh actions Signed-off-by: drfaust92 <ilia.lazebnik@gmail.com> * Refresh actions Signed-off-by: drfaust92 <ilia.lazebnik@gmail.com> --------- Signed-off-by: drfaust92 <ilia.lazebnik@gmail.com> Co-authored-by: arik <alon.arik@gmail.com>
1 parent 7277a57 commit eda0360

4 files changed

Lines changed: 17 additions & 17 deletions

File tree

.github/workflows/deploy-docs.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,24 +35,24 @@ jobs:
3535
PROJECT_ID: ${{ secrets.GKE_PROD_PROJECT }}
3636
steps:
3737
- name: Checkout
38-
uses: actions/checkout@v4
38+
uses: actions/checkout@v5
3939

40-
- uses: google-github-actions/auth@v2
40+
- uses: google-github-actions/auth@v3
4141
if: needs.has-secrets.outputs.docs
4242
with:
4343
project_id: ${{ secrets.GKE_PROD_PROJECT }}
4444
workload_identity_provider: 'projects/429189597230/locations/global/workloadIdentityPools/github/providers/robusta-repos' # prod
4545

4646
- name: Set up gcloud CLI
47-
uses: google-github-actions/setup-gcloud@v2
47+
uses: google-github-actions/setup-gcloud@v3
4848
if: needs.has-secrets.outputs.docs
4949
with:
5050
project_id: ${{ secrets.GKE_PROD_PROJECT }}
5151

5252
- name: Set up Python
53-
uses: actions/setup-python@v2
53+
uses: actions/setup-python@v6
5454
with:
55-
python-version: 3.9
55+
python-version: 3.11
5656

5757
- name: Install dependencies
5858
run: |

.github/workflows/new-contributors-autoreply.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
issues: write
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/first-interaction@v1
13+
- uses: actions/first-interaction@v3
1414
with:
1515
repo-token: ${{ secrets.GITHUB_TOKEN }}
1616
issue-message: "Hi 👋, thanks for opening an issue! Please note, it may take some time for us to respond, but we'll get back to you as soon as we can! \n\n- 💬 **Slack Community:** Join Robusta team and other contributors on Slack [here](https://bit.ly/robusta-slack).\n- 📖 **Docs:** Find our documentation [here](https://docs.robusta.dev/master/).\n- 🎥 **YouTube Channel:** Watch our videos [here](https://www.youtube.com/@RobustaDev)."

.github/workflows/release.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,18 @@ jobs:
2121

2222
steps:
2323
- name: Checkout
24-
uses: actions/checkout@v4
24+
uses: actions/checkout@v5
2525

2626
- name: Get release version
2727
run: echo "$RELEASE_VER"
2828

29-
- uses: google-github-actions/auth@v2
29+
- uses: google-github-actions/auth@v3
3030
with:
3131
project_id: ${{ secrets.GKE_PROD_PROJECT }}
3232
workload_identity_provider: 'projects/429189597230/locations/global/workloadIdentityPools/github/providers/robusta-repos' # prod
3333

3434
- name: Set up gcloud CLI
35-
uses: google-github-actions/setup-gcloud@v2
35+
uses: google-github-actions/setup-gcloud@v3
3636
with:
3737
project_id: ${{ secrets.GKE_PROD_PROJECT }}
3838

@@ -73,7 +73,7 @@ jobs:
7373
fixed-
7474
7575
- name: Login to Docker Hub
76-
uses: docker/login-action@v1
76+
uses: docker/login-action@v3
7777
with:
7878
username: ${{ secrets.DOCKER_USERNAME }}
7979
password: ${{ secrets.DOCKER_PASSWORD }}
@@ -88,9 +88,9 @@ jobs:
8888
path: container-ids.json
8989

9090
- name: Set up Python
91-
uses: actions/setup-python@v2
91+
uses: actions/setup-python@v6
9292
with:
93-
python-version: 3.9
93+
python-version: 3.11
9494

9595
- name: Install dependencies
9696
run: |

.github/workflows/test_robusta.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,23 +7,23 @@ jobs:
77
name: Pre-commit checks
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v4
11-
- uses: actions/setup-python@v5
10+
- uses: actions/checkout@v5
11+
- uses: actions/setup-python@v6
1212
- uses: pre-commit/action@v3.0.1
1313

1414
run_tests:
1515
needs: check
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v2
18+
- uses: actions/checkout@v5
1919
- name: Set up Python
20-
uses: actions/setup-python@v2
20+
uses: actions/setup-python@v6
2121
with:
2222
python-version: 3.11
2323

2424
# setup a KIND cluster for tests which need a kubernetes image
2525
- name: Create k8s Kind Cluster
26-
uses: helm/kind-action@v1.2.0
26+
uses: helm/kind-action@v1.12.0
2727
- name: Output KIND info
2828
run: |
2929
kubectl config get-contexts

0 commit comments

Comments
 (0)