From c49f42d7b41556136ee2848b177981a59356c0ef Mon Sep 17 00:00:00 2001 From: mvlassis Date: Mon, 18 Nov 2024 12:26:40 +0200 Subject: [PATCH] Update checkout action to v4 --- .github/workflows/deploy-to-aks.yaml | 2 +- .github/workflows/deploy-to-eks.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-to-aks.yaml b/.github/workflows/deploy-to-aks.yaml index 6b25f2cb..c451a6f9 100644 --- a/.github/workflows/deploy-to-aks.yaml +++ b/.github/workflows/deploy-to-aks.yaml @@ -58,7 +58,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Run YAML to Github Output Action id: yaml-output diff --git a/.github/workflows/deploy-to-eks.yaml b/.github/workflows/deploy-to-eks.yaml index 28896431..f85e4c38 100644 --- a/.github/workflows/deploy-to-eks.yaml +++ b/.github/workflows/deploy-to-eks.yaml @@ -57,7 +57,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Run YAML to Github Output Action id: yaml-output