Skip to content

Commit e41d28e

Browse files
chore(deps): update actions/checkout action to v5
1 parent 73420a2 commit e41d28e

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
timeout-minutes: 15
2020

2121
steps:
22-
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
22+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
2323
- uses: volta-cli/action@d253558a6e356722728a10e9a469190de21a83ef # v4
2424
- uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3
2525
with:
@@ -40,7 +40,7 @@ jobs:
4040
timeout-minutes: 15
4141

4242
steps:
43-
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
43+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
4444
- uses: volta-cli/action@d253558a6e356722728a10e9a469190de21a83ef # v4
4545
- uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3
4646
with:
@@ -68,7 +68,7 @@ jobs:
6868
- ember-lts-4.12
6969

7070
steps:
71-
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
71+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
7272
- uses: volta-cli/action@d253558a6e356722728a10e9a469190de21a83ef # v4
7373
- uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3
7474
with:

.github/workflows/gravity.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
name: Run Gravity
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
17+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
1818
- uses: volta-cli/action@d253558a6e356722728a10e9a469190de21a83ef # v4
1919
- uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3
2020
with:

.github/workflows/plan-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
command: ${{ steps.check-release.outputs.command }}
2525

2626
steps:
27-
- uses: actions/checkout@v4
27+
- uses: actions/checkout@v5
2828
with:
2929
fetch-depth: 0
3030
ref: "master"
@@ -49,7 +49,7 @@ jobs:
4949
if: (github.event_name == 'push' && needs.check-plan.outputs.command != 'release') || (github.event_name == 'pull_request_target' && github.event.pull_request.merged == true)
5050

5151
steps:
52-
- uses: actions/checkout@v4
52+
- uses: actions/checkout@v5
5353
# We need to download lots of history so that
5454
# github-changelog can discover what's changed since the last release
5555
with:

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
command: ${{ steps.check-release.outputs.command }}
2626

2727
steps:
28-
- uses: actions/checkout@v4
28+
- uses: actions/checkout@v5
2929
with:
3030
fetch-depth: 0
3131
ref: "master"
@@ -45,7 +45,7 @@ jobs:
4545
pull-requests: write
4646

4747
steps:
48-
- uses: actions/checkout@v4
48+
- uses: actions/checkout@v5
4949
- uses: volta-cli/action@5c175f92dea6f48441c436471e6479dbc192e194 # v4
5050
- run: pnpm install --frozen-lockfile
5151
- name: Set publishing config

0 commit comments

Comments
 (0)