Skip to content

Commit

Permalink
fix: bump actions/checkout (https://github.blog/changelog/2023-09-22-…
Browse files Browse the repository at this point in the history
  • Loading branch information
kazupon committed Apr 9, 2024
1 parent cfc5203 commit eb4d100
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
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, 'ci skip') && !contains(github.event.head_commit.message, 'skip ci')"
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Prepare repository
run: git fetch --unshallow --tags
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -6,7 +6,7 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4


- uses: pnpm/action-setup@v3
Expand Down

0 comments on commit eb4d100

Please sign in to comment.