diff --git a/.github/workflows/check-semver-integrity.yml b/.github/workflows/check-semver-integrity.yml index 22ed4ae1..9ec0761a 100644 --- a/.github/workflows/check-semver-integrity.yml +++ b/.github/workflows/check-semver-integrity.yml @@ -7,7 +7,7 @@ jobs: validate-semver-order: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 7b9e36b8..c7559e3d 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -45,7 +45,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v7 - name: Set up Elixir uses: erlef/setup-beam@v1 @@ -116,7 +116,7 @@ jobs: application_id: ${{ secrets.GH_RUNNER_APPLICATION_ID }} application_private_key: ${{ secrets.GH_RUNNER_APPLICATION_PRIVATE_KEY }} revoke_token: true - - uses: actions/checkout@v5 + - uses: actions/checkout@v7 with: token: ${{ steps.get_workflow_token.outputs.token }} @@ -187,7 +187,7 @@ jobs: application_id: ${{ secrets.GH_RUNNER_APPLICATION_ID }} application_private_key: ${{ secrets.GH_RUNNER_APPLICATION_PRIVATE_KEY }} revoke_token: true - - uses: actions/checkout@v5 + - uses: actions/checkout@v7 with: token: ${{ steps.get_workflow_token.outputs.token }} diff --git a/.github/workflows/helm.yml b/.github/workflows/helm.yml index a7e16881..3eebae04 100644 --- a/.github/workflows/helm.yml +++ b/.github/workflows/helm.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v7 - name: Set up Helm uses: azure/setup-helm@v5