Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4 (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
ppodds authored Sep 4, 2023
2 parents 2092a99 + e51839e commit 002a18b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install pnpm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
unit-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
Expand Down

1 comment on commit 002a18b

@vercel
Copy link

@vercel vercel bot commented on 002a18b Sep 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

relno – ./

relno-ppodds.vercel.app
relno.vercel.app
relno-git-master-ppodds.vercel.app
relno.ppodds.cc

Please sign in to comment.