Skip to content

Commit 19fb5b4

Browse files
chore(deps): update actions/checkout action to v3 (#32)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9cf5e1c commit 19fb5b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/apollo-studio-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
APOLLO_KEY: ${{ secrets.APOLLO_KEY }}
1212
APOLLO_VCS_COMMIT: ${{ github.event.pull_request.head.sha }}
1313
steps:
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v3
1515

1616
- name: Install Rover
1717
run: |

0 commit comments

Comments
 (0)