Skip to content

Commit

Permalink
Merge pull request #79 from long-woo/renovate/actions-checkout-4.x
Browse files Browse the repository at this point in the history
chore(deps): update actions/checkout action to v4.2.0
  • Loading branch information
long-woo authored Sep 26, 2024
2 parents f870aa3 + 7c18b85 commit ed420cc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

steps:
- name: Setup repo
uses: actions/checkout@v4.1.6
uses: actions/checkout@v4.2.0

- name: Setup Deno
uses: denoland/setup-deno@v1.5.1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deno-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

steps:
- name: Setup repo
uses: actions/checkout@v4.1.6
uses: actions/checkout@v4.2.0

- name: Setup Deno
uses: denoland/setup-deno@v1.5.1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.6
- uses: actions/checkout@v4.2.0

- name: Setup Deno
uses: denoland/setup-deno@v1.5.1
Expand Down

0 comments on commit ed420cc

Please sign in to comment.