Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and wolfgangwalther committed Sep 25, 2024
1 parent a5f9e57 commit 5b5a102
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 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/checkout@v4.1.7
- uses: actions/checkout@v4.2.0
- uses: actions/[email protected]
with:
cache: yarn
Expand All @@ -21,7 +21,7 @@ jobs:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.7
- uses: actions/checkout@v4.2.0
- uses: actions/[email protected]
with:
cache: yarn
Expand All @@ -34,7 +34,7 @@ jobs:
name: Test Coverage
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.7
- uses: actions/checkout@v4.2.0
- uses: actions/[email protected]
with:
cache: yarn
Expand All @@ -55,7 +55,7 @@ jobs:
node:
- 18
steps:
- uses: actions/checkout@v4.1.7
- uses: actions/checkout@v4.2.0
- uses: actions/[email protected]
with:
cache: yarn
Expand All @@ -67,7 +67,7 @@ jobs:
name: Build Docs
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.7
- uses: actions/checkout@v4.2.0
- uses: actions/[email protected]
with:
cache: yarn
Expand Down
10 changes: 5 additions & 5 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/checkout@v4.1.7
- uses: actions/checkout@v4.2.0
- uses: actions/[email protected]
with:
cache: yarn
Expand All @@ -23,7 +23,7 @@ jobs:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.7
- uses: actions/checkout@v4.2.0
- uses: actions/[email protected]
with:
cache: yarn
Expand All @@ -36,7 +36,7 @@ jobs:
name: Test Coverage
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.7
- uses: actions/checkout@v4.2.0
- uses: actions/[email protected]
with:
cache: yarn
Expand All @@ -57,7 +57,7 @@ jobs:
node:
- 18
steps:
- uses: actions/checkout@v4.1.7
- uses: actions/checkout@v4.2.0
- uses: actions/[email protected]
with:
cache: yarn
Expand All @@ -69,7 +69,7 @@ jobs:
name: Build & Deploy Docs
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.7
- uses: actions/checkout@v4.2.0
- uses: actions/[email protected]
with:
cache: yarn
Expand Down

0 comments on commit 5b5a102

Please sign in to comment.