Skip to content

Commit d8d3855

Browse files
chore(deps): update actions/checkout action to v5
1 parent 952325c commit d8d3855

14 files changed

+16
-16
lines changed

.github/workflows/api-extractor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout repo
12-
uses: actions/checkout@v4
12+
uses: actions/checkout@v5
1313

1414
- name: Setup Node.js
1515
uses: actions/setup-node@v4

.github/workflows/arethetypeswrong.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout repo
16-
uses: actions/checkout@v4
16+
uses: actions/checkout@v5
1717
- name: Setup Node.js
1818
uses: actions/setup-node@v4
1919
with:

.github/workflows/change-prerelease-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
# Check out the repository, using the Github Actions Bot app's token so
3333
# that we can push later.
3434
- name: Checkout repo
35-
uses: actions/checkout@v4
35+
uses: actions/checkout@v5
3636
with:
3737
token: ${{ steps.github-actions-bot-app-token.outputs.token }}
3838
# Checkout release branch entered when workflow was kicked off

.github/workflows/cleanup-checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Checkout repo
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@v5
2020
- name: add label
2121
uses: actions/[email protected]
2222
with:
@@ -31,7 +31,7 @@ jobs:
3131
runs-on: ubuntu-latest
3232
steps:
3333
- name: Checkout repo
34-
uses: actions/checkout@v4
34+
uses: actions/checkout@v5
3535

3636
- name: Setup Node.js
3737
uses: actions/setup-node@v4

.github/workflows/compare-build-output.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout repo
13-
uses: actions/checkout@v4
13+
uses: actions/checkout@v5
1414
with:
1515
# Fetch entire git history so we have the parent commit to compare against
1616
fetch-depth: 0

.github/workflows/docmodel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout repo
12-
uses: actions/checkout@v4
12+
uses: actions/checkout@v5
1313

1414
- name: Setup Node.js
1515
uses: actions/setup-node@v4

.github/workflows/exit-prerelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
# Check out the repository, using the Github Actions Bot app's token so
2828
# that we can push later.
2929
- name: Checkout repo
30-
uses: actions/checkout@v4
30+
uses: actions/checkout@v5
3131
with:
3232
token: ${{ steps.github-actions-bot-app-token.outputs.token }}
3333
# Checkout release branch entered when workflow was kicked off

.github/workflows/knip.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
name: Ubuntu/Node v20
99
steps:
10-
- uses: actions/checkout@v4
10+
- uses: actions/checkout@v5
1111
- uses: actions/setup-node@v4
1212
- name: Install dependencies (with cache)
1313
uses: bahmutov/npm-install@v1

.github/workflows/prerelease.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
# Check out the repository, using the Github Actions Bot app's token so
3434
# that we can push later.
3535
- name: Checkout repo
36-
uses: actions/checkout@v4
36+
uses: actions/checkout@v5
3737
with:
3838
token: ${{ steps.github-actions-bot-app-token.outputs.token }}
3939
# Fetch entire git history so Changesets can generate changelogs
@@ -114,7 +114,7 @@ jobs:
114114
private-key: ${{ secrets.APOLLO_GITHUB_ACTIONS_BOT_PRIVATE_KEY }}
115115

116116
- name: Checkout repo
117-
uses: actions/checkout@v4
117+
uses: actions/checkout@v5
118118
with:
119119
token: ${{ steps.github-actions-bot-app-token.outputs.token }}
120120

.github/workflows/publish-pr-releases.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout repo
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v5
1818

1919
- name: Setup Node.js
2020
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)