Skip to content

Commit

Permalink
Merge pull request #81 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.1
  • Loading branch information
long-woo authored Oct 8, 2024
2 parents 1a238d7 + 31419ac commit 6ad69e7
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/[email protected].0
uses: actions/[email protected].1

- name: Setup Deno
uses: denoland/[email protected]
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/[email protected].0
uses: actions/[email protected].1

- name: Setup Deno
uses: denoland/[email protected]
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/[email protected].0
- uses: actions/[email protected].1

- name: Setup Deno
uses: denoland/[email protected]
Expand Down

0 comments on commit 6ad69e7

Please sign in to comment.