Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 23, 2024
1 parent 6ed9de8 commit 5ac2163
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.2.1
uses: actions/checkout@v4.2.2

- name: Setup Deno
uses: denoland/setup-deno@v2.0.0
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.2.1
uses: actions/checkout@v4.2.2

- name: Setup Deno
uses: denoland/setup-deno@v2.0.0
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.2.1
- uses: actions/checkout@v4.2.2

- name: Setup Deno
uses: denoland/setup-deno@v2.0.0
Expand Down

0 comments on commit 5ac2163

Please sign in to comment.