Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 13, 2024
1 parent 3d26e16 commit bca8767
Show file tree
Hide file tree
Showing 6 changed files with 513 additions and 493 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/[email protected].1
- uses: actions/[email protected].2
- uses: actions/cache@v4
id: cache
with:
Expand All @@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/[email protected].1
- uses: actions/[email protected].2
- uses: actions/cache@v4
id: cache
with:
Expand All @@ -40,7 +40,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/[email protected].1
- uses: actions/[email protected].2
- uses: actions/cache@v4
id: cache
with:
Expand All @@ -55,7 +55,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/[email protected].1
- uses: actions/[email protected].2
- uses: actions/cache@v4
id: cache
with:
Expand All @@ -73,7 +73,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/[email protected].1
- uses: actions/[email protected].2
- uses: actions/cache@v4
id: cache
with:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/lint-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/[email protected].1
- uses: actions/[email protected].2
- uses: actions/cache@v4
id: cache
with:
Expand All @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/[email protected].1
- uses: actions/[email protected].2
- uses: actions/cache@v4
id: cache
with:
Expand All @@ -37,7 +37,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/[email protected].1
- uses: actions/[email protected].2
- uses: actions/cache@v4
id: cache
with:
Expand All @@ -52,7 +52,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/[email protected].1
- uses: actions/[email protected].2
- uses: actions/cache@v4
id: cache
with:
Expand All @@ -66,7 +66,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/[email protected].1
- uses: actions/[email protected].2
- uses: actions/cache@v4
id: cache
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prettier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v4
- uses: actions/[email protected].1
- uses: actions/[email protected].2
- uses: actions/cache@v4
id: cache
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/[email protected].1
- uses: actions/[email protected].2
- uses: actions/cache@v4
id: cache
with:
Expand Down
Loading

0 comments on commit bca8767

Please sign in to comment.