Skip to content

Commit

Permalink
Update actions/checkout action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 4, 2023
1 parent d3fdf4c commit 3bf97de
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/local-gateway.yaml
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/local-router-no-code.yaml
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/local-router-rhai.yaml
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/local-router-rust-dev.yaml
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/local-router-rust-plugin.yaml
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/studio-gateway.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,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/studio-router-no-code.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
APOLLO_GRAPH_REF: ${{ secrets.APOLLO_GRAPH_REF_ROUTER }}
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/studio-router-rust-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
APOLLO_GRAPH_REF: ${{ secrets.APOLLO_GRAPH_REF_ROUTER_DEV }}
steps:
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
-
name: install rover
run: |
Expand Down

0 comments on commit 3bf97de

Please sign in to comment.