From eedd477c670e2c12dc537afb98527512056e4405 Mon Sep 17 00:00:00 2001 From: Shivang Shandilya <101946115+ShivangShandilya@users.noreply.github.com> Date: Wed, 21 Jun 2023 17:59:14 +0530 Subject: [PATCH 1/3] Update airflow-operator-release-to-pypi.yml --- .github/workflows/airflow-operator-release-to-pypi.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/airflow-operator-release-to-pypi.yml b/.github/workflows/airflow-operator-release-to-pypi.yml index 3d7ac357d75..316a9b57b55 100644 --- a/.github/workflows/airflow-operator-release-to-pypi.yml +++ b/.github/workflows/airflow-operator-release-to-pypi.yml @@ -10,10 +10,10 @@ jobs: matrix: go: [ '1.20' ] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: ./.github/workflows/go-setup - name: Install Protoc - uses: arduino/setup-protoc@v1 + uses: arduino/setup-protoc@v2 with: version: '3.17.3' repo-token: ${{ secrets.GITHUB_TOKEN }} From bee0fc6d5eb9ad60f9f75dbb7ebb26d029d63bef Mon Sep 17 00:00:00 2001 From: Shivang Shandilya <101946115+ShivangShandilya@users.noreply.github.com> Date: Wed, 21 Jun 2023 17:59:56 +0530 Subject: [PATCH 2/3] Update airflow-operator.yml --- .github/workflows/airflow-operator.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/airflow-operator.yml b/.github/workflows/airflow-operator.yml index 0985e19939b..46cb3ccb8fb 100644 --- a/.github/workflows/airflow-operator.yml +++ b/.github/workflows/airflow-operator.yml @@ -55,10 +55,10 @@ jobs: - tox-env: 'py310' python: '3.10' steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: ./.github/workflows/go-setup - name: Install Protoc - uses: arduino/setup-protoc@v1 + uses: arduino/setup-protoc@v2 with: version: '3.17.3' repo-token: ${{ secrets.GITHUB_TOKEN }} @@ -102,7 +102,7 @@ jobs: mkdir -p .kube/external go run github.com/magefile/mage@v1.14.0 -v localdev minimal - name: Install Protoc - uses: arduino/setup-protoc@v1 + uses: arduino/setup-protoc@v2 with: version: '3.17.3' repo-token: ${{ secrets.GITHUB_TOKEN }} From a0466cf661040e07585cdb85e38c81099e66257e Mon Sep 17 00:00:00 2001 From: Shivang Shandilya <101946115+ShivangShandilya@users.noreply.github.com> Date: Wed, 21 Jun 2023 18:01:40 +0530 Subject: [PATCH 3/3] Update codeql-analysis.yml --- .github/workflows/codeql-analysis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 1a6c5d01ed4..2cf2de1959c 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -40,10 +40,10 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 # The ArmadaProject.Io.Client needs the generated proto files - name: Install Protoc - uses: arduino/setup-protoc@v1 + uses: arduino/setup-protoc@v2 with: version: '3.17.3' repo-token: ${{ secrets.GITHUB_TOKEN }}