Skip to content

Commit 2846521

Browse files
chore(deps): update actions/checkout action to v5 (#423)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d31eeec commit 2846521

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/apollo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: Introspect package.json to get subgraph name
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
14+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
1515
- id: get_subgraph_name
1616
run: echo "name=$(cat package.json | grep "name" | cut -d':' -f 2 | cut -d'"' -f 2)" >> $GITHUB_OUTPUT
1717
outputs:

.github/workflows/check-schema.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
APOLLO_KEY: ${{ secrets.APOLLO_KEY }}
1515
APOLLO_GRAPH_REF: ${{ secrets.APOLLO_GRAPH_REF }}
1616
steps:
17-
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
17+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
1818
- name: Install Rover
1919
run: |
2020
curl -sSL https://rover.apollo.dev/nix/latest | sh
@@ -25,7 +25,7 @@ jobs:
2525
name: Test
2626
runs-on: ubuntu-latest
2727
steps:
28-
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
28+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
2929
- uses: actions/setup-node@v4
3030
with:
3131
node-version: 18

.github/workflows/publish-schema.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
needs: [ deploy, get_subgraph_name ]
2222
runs-on: ubuntu-latest
2323
steps:
24-
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
24+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
2525
- name: Install Rover
2626
run: |
2727
curl -sSL https://rover.apollo.dev/nix/latest | sh

0 commit comments

Comments
 (0)