Skip to content

Commit 2717de9

Browse files
authored
Merge pull request #211 from apollo-server-integrations/renovate/actions-checkout-6.x
chore(deps): update actions/checkout action to v6
2 parents aac6de3 + df32a73 commit 2717de9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
id-token: write
1717
steps:
1818
- name: Checkout Repo
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@v6
2020
with:
2121
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
2222
fetch-depth: 0

0 commit comments

Comments
 (0)