diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 8134b28..d315b83 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -27,7 +27,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 @@ -92,7 +92,7 @@ jobs: digest: ${{ steps.digest.outputs.value }} steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 # Log in to registry - name: Log in to the Container registry @@ -146,7 +146,7 @@ jobs: digest: ${{ steps.digest.outputs.value }} steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 # Log in to registry - name: Log in to the Container registry @@ -199,7 +199,7 @@ jobs: runs-on: ubicloud-standard-2 steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 # Log in to the Container registry - name: Log in to the Container registry diff --git a/.github/workflows/deploy-argocd.yml b/.github/workflows/deploy-argocd.yml index b50fc49..0afebfe 100644 --- a/.github/workflows/deploy-argocd.yml +++ b/.github/workflows/deploy-argocd.yml @@ -58,7 +58,7 @@ jobs: fi - name: Checkout K8s manifests repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: repository: customeros/cloud token: ${{ secrets.DEPLOY_TRIGGER_GITHUB_TOKEN }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5485b62..e72f19e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,7 +27,7 @@ jobs: outputs: version_bump: ${{ steps.commit_message.outputs.version_bump }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 # Needed to fetch all tags @@ -97,7 +97,7 @@ jobs: outputs: next_version: ${{ steps.generate_version.outputs.next_version }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 # Needed to fetch all tags @@ -162,7 +162,7 @@ jobs: digest: ${{ steps.digest.outputs.value }} steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 # Log in to registry - name: Log in to the Container registry @@ -205,7 +205,7 @@ jobs: digest: ${{ steps.digest.outputs.value }} steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 # Log in to registry - name: Log in to the Container registry @@ -246,7 +246,7 @@ jobs: runs-on: ubicloud-standard-2 steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 # Log in to the Container registry - name: Log in to the Container registry