diff --git a/.github/workflows/main-router.yml b/.github/workflows/main-router.yml index b6fb81fc8..db412a489 100644 --- a/.github/workflows/main-router.yml +++ b/.github/workflows/main-router.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: install rover run: | diff --git a/.github/workflows/main-serverless.yml b/.github/workflows/main-serverless.yml index e3cfec427..532c8590a 100644 --- a/.github/workflows/main-serverless.yml +++ b/.github/workflows/main-serverless.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: install rover run: | diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 51bc2922a..b6fdf7b41 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: install rover run: | diff --git a/.github/workflows/managed.yml b/.github/workflows/managed.yml index a8c86cbbb..bd4f80430 100644 --- a/.github/workflows/managed.yml +++ b/.github/workflows/managed.yml @@ -19,7 +19,7 @@ jobs: APOLLO_GRAPH_REF: ${{ secrets.APOLLO_GRAPH_REF }} steps: - name: checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: install rover run: | diff --git a/.github/workflows/rebase.yml b/.github/workflows/rebase.yml index 915dd7ed2..bfcc1d805 100644 --- a/.github/workflows/rebase.yml +++ b/.github/workflows/rebase.yml @@ -41,7 +41,7 @@ jobs: if: needs.verify.outputs.ok == 'true' steps: - name: with PAT - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: token: ${{ secrets.PAT }} fetch-depth: 0 # otherwise, you will fail to push refs to dest repo diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c69fadcad..c2fd772d2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,7 +29,7 @@ jobs: outputs: count: ${{ steps.commits.outputs.count }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Info env: GITHUB_CONTEXT: ${{ toJson(github) }} @@ -73,7 +73,7 @@ jobs: matrix: ${{ steps.matrix.outputs.matrix }} count: ${{ steps.matrix.outputs.count }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: generate matrix id: matrix @@ -157,7 +157,7 @@ jobs: runs-on: ubuntu-latest steps: - name: checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: install rover run: | @@ -225,7 +225,7 @@ jobs: echo changes: ${{ matrix.changes }} - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up QEMU uses: docker/setup-qemu-action@v2 @@ -263,7 +263,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: update kind run: | @@ -285,7 +285,7 @@ jobs: PACKAGES: ${{ needs.build-matrix.outputs.packages }} MATRIX: ${{ needs.build-matrix.outputs.matrix }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Info run: | @@ -371,7 +371,7 @@ jobs: steps: - name: checkout supergraph-demo-k8s-graph-ops - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: token: ${{ secrets.PAT }} repository: apollographql/supergraph-demo-k8s-graph-ops diff --git a/.github/workflows/subgraph-check.yml b/.github/workflows/subgraph-check.yml index 3f94c817b..efc892835 100644 --- a/.github/workflows/subgraph-check.yml +++ b/.github/workflows/subgraph-check.yml @@ -18,7 +18,7 @@ jobs: name: ${{ matrix.subgraph }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: install rover env: ROVER_VERSION: ${{ matrix.rover-version }} diff --git a/.github/workflows/subgraph-deploy-publish.yml b/.github/workflows/subgraph-deploy-publish.yml index 293514859..17ee4f015 100644 --- a/.github/workflows/subgraph-deploy-publish.yml +++ b/.github/workflows/subgraph-deploy-publish.yml @@ -28,7 +28,7 @@ jobs: name: ${{ matrix.subgraph }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: install rover env: