Skip to content

Commit 06f09ed

Browse files
chore(deps): update actions/checkout action to v4
1 parent 198de31 commit 06f09ed

8 files changed

+8
-8
lines changed

.github/workflows/local-gateway.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: checkout
15-
uses: actions/checkout@v3
15+
uses: actions/checkout@v4
1616
-
1717
name: install rover
1818
run: |

.github/workflows/local-router-no-code.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: checkout
15-
uses: actions/checkout@v3
15+
uses: actions/checkout@v4
1616
-
1717
name: install rover
1818
run: |

.github/workflows/local-router-rhai.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: checkout
15-
uses: actions/checkout@v3
15+
uses: actions/checkout@v4
1616
-
1717
name: install rover
1818
run: |

.github/workflows/local-router-rust-dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: checkout
15-
uses: actions/checkout@v3
15+
uses: actions/checkout@v4
1616
-
1717
name: install rover
1818
run: |

.github/workflows/local-router-rust-plugin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: checkout
15-
uses: actions/checkout@v3
15+
uses: actions/checkout@v4
1616
-
1717
name: install rover
1818
run: |

.github/workflows/studio-gateway.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
APOLLO_GRAPH_REF: ${{ secrets.APOLLO_GRAPH_REF }}
2121
steps:
2222
- name: checkout
23-
uses: actions/checkout@v3
23+
uses: actions/checkout@v4
2424
-
2525
name: install rover
2626
run: |

.github/workflows/studio-router-no-code.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
APOLLO_GRAPH_REF: ${{ secrets.APOLLO_GRAPH_REF_ROUTER }}
1717
steps:
1818
- name: checkout
19-
uses: actions/checkout@v3
19+
uses: actions/checkout@v4
2020
-
2121
name: install rover
2222
run: |

.github/workflows/studio-router-rust-dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
APOLLO_GRAPH_REF: ${{ secrets.APOLLO_GRAPH_REF_ROUTER_DEV }}
1717
steps:
1818
- name: checkout
19-
uses: actions/checkout@v3
19+
uses: actions/checkout@v4
2020
-
2121
name: install rover
2222
run: |

0 commit comments

Comments
 (0)