diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index e5a67ce..ade5b2c 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -10,12 +10,12 @@ jobs: GOOGLE_CREDENTIALS: ${{ secrets.GCP_CREDENTIALS }} steps: - name: Setup Terraform - uses: hashicorp/setup-terraform@v2.0.3 + uses: hashicorp/setup-terraform@v3.0.0 with: cli_config_credentials_token: ${{ secrets.TF_API_TOKEN }} - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Terraform Format id: fmt @@ -40,12 +40,12 @@ jobs: working-directory: ./oracle steps: - name: Setup Terraform - uses: hashicorp/setup-terraform@v2.0.3 + uses: hashicorp/setup-terraform@v3.0.0 with: cli_config_credentials_token: ${{ secrets.TF_API_TOKEN }} - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Terraform Format id: fmt @@ -87,7 +87,7 @@ jobs: steps: - name: Check out the codebase. - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: submodules: true @@ -135,12 +135,12 @@ jobs: working-directory: ./kubernetes steps: - name: Setup Terraform - uses: hashicorp/setup-terraform@v2.0.3 + uses: hashicorp/setup-terraform@v3.0.0 with: cli_config_credentials_token: ${{ secrets.TF_API_TOKEN }} - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Terraform Format id: fmt diff --git a/ansible/k3s.yml b/ansible/k3s.yml index cfdcfcb..75a48c9 100644 --- a/ansible/k3s.yml +++ b/ansible/k3s.yml @@ -37,7 +37,7 @@ - name: Installing k3s ansible.builtin.command: /tmp/k3s.sh environment: - INSTALL_K3S_VERSION: "v1.28.2+k3s1" + INSTALL_K3S_VERSION: "v1.29.3+k3s1" changed_when: false - name: Sleep for 10 seconds ansible.builtin.wait_for: @@ -70,7 +70,7 @@ environment: K3S_TOKEN: "{{ hostvars['michael-pi']['agent_token_fact'] }}" K3S_URL: "https://130.61.64.164:6443" - INSTALL_K3S_VERSION: "v1.28.2+k3s1" + INSTALL_K3S_VERSION: "v1.29.3+k3s1" changed_when: false - name: Sleep for 10 seconds ansible.builtin.wait_for: