Skip to content

Commit 1712729

Browse files
authored
Merge pull request #782 from alleyinteractive/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents b1ec6c0 + 4bdecdd commit 1712729

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
steps:
2525
- name: Check out code
26-
uses: actions/checkout@v4
26+
uses: actions/checkout@v5
2727

2828
- name: Cache turbo build setup
2929
uses: actions/cache@v4

.github/workflows/release.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

1818
- name: Setup Node.js 22.x
1919
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)