Skip to content

Commit

Permalink
chore: bump up actions/checkout action to v4 (#5)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 27, 2024
1 parent f53c9e0 commit fcc8731
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ jobs:
- build
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
with:
version: latest
Expand Down Expand Up @@ -262,7 +262,7 @@ jobs:
- build-freebsd
- universal-macOS
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
with:
version: latest
Expand Down

0 comments on commit fcc8731

Please sign in to comment.