Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update actions/checkout action to v4 #636

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/main-router.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
-
name: install rover
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main-serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
-
name: install rover
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
-
name: install rover
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/managed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rebase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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) }}
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -157,7 +157,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
-
name: install rover
run: |
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -263,7 +263,7 @@ jobs:
steps:
-
name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
-
name: update kind
run: |
Expand All @@ -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: |
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/subgraph-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/subgraph-deploy-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
name: ${{ matrix.subgraph }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
-
name: install rover
env:
Expand Down