Skip to content
This repository was archived by the owner on Aug 21, 2025. It is now read-only.

Commit 797fc05

Browse files
chore(deps): Update actions/checkout action to v5
1 parent 453d841 commit 797fc05

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci-cli-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Checkout code
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@v5
2020
- name: Setup Node.js
2121
uses: actions/setup-node@v4
2222
with:

.github/workflows/release-cli.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Validate version
1919
if: ${{ !startsWith(github.ref_name, 'v') }}
2020
run: echo "Hyp CLI version must start with `v` && exit 1
21-
- uses: actions/checkout@v4
21+
- uses: actions/checkout@v5
2222
with:
2323
ref: "${{ github.ref_name }}"
2424
- name: Parse CLI Version
@@ -53,7 +53,7 @@ jobs:
5353
name: Release Install Script
5454
runs-on: warp-ubuntu-latest-x64-2x
5555
steps:
56-
- uses: actions/checkout@v4
56+
- uses: actions/checkout@v5
5757
with:
5858
ref: "${{ github.ref_name }}"
5959
- name: Push to R2 Bucket

0 commit comments

Comments
 (0)