diff --git a/.github/actions/smoke-test/action.yaml b/.github/actions/smoke-test/action.yaml index 988da9d7a..c90c78025 100644 --- a/.github/actions/smoke-test/action.yaml +++ b/.github/actions/smoke-test/action.yaml @@ -10,7 +10,7 @@ runs: steps: - name: Checkout main id: checkout_release - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: repository: 'devcontainers/images' path: '__build' diff --git a/.github/workflows/push-again.yml b/.github/workflows/push-again.yml index c57b7523e..329dc6b90 100644 --- a/.github/workflows/push-again.yml +++ b/.github/workflows/push-again.yml @@ -28,14 +28,14 @@ jobs: - name: Checkout ref id: checkout_ref - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: path: 'ref' ref: ${{ github.ref }} - name: Checkout release id: checkout_release - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: path: 'release' ref: ${{ github.event.inputs.release }} diff --git a/.github/workflows/push-dev.yml b/.github/workflows/push-dev.yml index 2970dd974..4187e87e2 100644 --- a/.github/workflows/push-dev.yml +++ b/.github/workflows/push-dev.yml @@ -27,7 +27,7 @@ jobs: - name: Checkout id: checkout - uses: actions/checkout@v1 + uses: actions/checkout@v3 - name: Azure CLI login id: az_login diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 15c114cc8..c66b598e1 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -27,7 +27,7 @@ jobs: - name: Checkout id: checkout - uses: actions/checkout@v1 + uses: actions/checkout@v3 - name: Get tag name id: get_tag_name diff --git a/.github/workflows/version-history.yml b/.github/workflows/version-history.yml index 7739e13af..d395b9123 100644 --- a/.github/workflows/version-history.yml +++ b/.github/workflows/version-history.yml @@ -46,7 +46,7 @@ jobs: - name: Checkout id: checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Azure CLI login id: az_login