We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53ac3c1 commit 5535fbaCopy full SHA for 5535fba
1 file changed
.github/workflows/release-pr.yml
@@ -17,7 +17,7 @@ jobs:
17
if: github.repository == 'apollographql/apollo-server'
18
steps:
19
- name: Checkout Repo
20
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
+ uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
21
with:
22
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
23
fetch-depth: 0
0 commit comments