Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 8, 2024
1 parent 43fe359 commit 28ec146
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].4
- uses: actions/[email protected].5
- uses: actions/[email protected]
with:
cache: yarn
Expand All @@ -20,7 +20,7 @@ jobs:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].4
- uses: actions/[email protected].5
with:
submodules: true
- uses: actions/[email protected]
Expand All @@ -34,7 +34,7 @@ jobs:
name: Test Coverage
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].4
- uses: actions/[email protected].5
with:
submodules: true
- uses: actions/[email protected]
Expand All @@ -57,7 +57,7 @@ jobs:
node:
- 18
steps:
- uses: actions/[email protected].4
- uses: actions/[email protected].5
with:
submodules: true
- uses: actions/[email protected]
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].4
- uses: actions/[email protected].5
- uses: actions/[email protected]
with:
cache: yarn
Expand All @@ -22,7 +22,7 @@ jobs:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].4
- uses: actions/[email protected].5
with:
submodules: true
- uses: actions/[email protected]
Expand All @@ -36,7 +36,7 @@ jobs:
name: Test Coverage
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].4
- uses: actions/[email protected].5
with:
submodules: true
- uses: actions/[email protected]
Expand All @@ -59,7 +59,7 @@ jobs:
node:
- 18
steps:
- uses: actions/[email protected].4
- uses: actions/[email protected].5
with:
submodules: true
- uses: actions/[email protected]
Expand Down

0 comments on commit 28ec146

Please sign in to comment.