diff --git a/.github/workflows/test-dev-environment.yml b/.github/workflows/test-dev-environment.yml index 5f47cff..1cc19a1 100644 --- a/.github/workflows/test-dev-environment.yml +++ b/.github/workflows/test-dev-environment.yml @@ -28,7 +28,7 @@ jobs: needs: [setup] steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - uses: ./ id: current diff --git a/.github/workflows/test-staging-environment.yml b/.github/workflows/test-staging-environment.yml index d322cbb..46b27d3 100644 --- a/.github/workflows/test-staging-environment.yml +++ b/.github/workflows/test-staging-environment.yml @@ -28,7 +28,7 @@ jobs: needs: [setup] steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - uses: ./ id: current diff --git a/action.yml b/action.yml index 1922b01..d60f741 100644 --- a/action.yml +++ b/action.yml @@ -72,7 +72,7 @@ runs: echo "name=${tmp_dir}" >> $GITHUB_OUTPUT - name: Checkout Private actions - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: repository: ${{ inputs.implementation_repository }} ref: ${{ inputs.implementation_ref }}