Skip to content

Commit

Permalink
Merge pull request #132 from ensdomains/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
talentlessguy authored Sep 9, 2024
2 parents 13b5ad4 + 572c862 commit c878f7d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
matrix:
node-version: [18]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: pnpm/[email protected]
with:
Expand All @@ -37,7 +37,7 @@ jobs:
matrix:
node-version: [18]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: pnpm/[email protected]
with:
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
matrix:
node-version: [18]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: pnpm/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
matrix:
node-version: [18]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
ref: ${{ github.event.release.target_commitish }}

Expand Down

0 comments on commit c878f7d

Please sign in to comment.