Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Commit

Permalink
chore(deps): dependabot batcher updates
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiRosu committed Apr 15, 2024
1 parent 45a3b8a commit 3c8b19d
Show file tree
Hide file tree
Showing 7 changed files with 5,976 additions and 28,654 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dependabot.scheduled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 'Checkout Repo'
uses: actions/checkout@v4
uses: actions/checkout@v4.1.1
with:
token: ${{ secrets.DEPENDABOT_BATCH_TOKEN }}

- name: 'Set Node Version'
uses: actions/setup-node@v3.8.1
uses: actions/setup-node@v4.0.2
with:
node-version-file: '.nvmrc'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v4.1.1

- name: 'Setup Node'
uses: actions/setup-node@v3.8.1
uses: actions/setup-node@v4.0.2
with:
node-version-file: '.nvmrc'
cache: 'npm'
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ jobs:
if: ${{ !startsWith(github.head_ref, 'dependabot/') }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v4.1.1
with:
fetch-depth: 0

- uses: actions/setup-node@v3.8.1
- uses: actions/setup-node@v4.0.2
with:
node-version-file: '.nvmrc'
cache: 'npm'
Expand All @@ -35,7 +35,7 @@ jobs:
run: npm run build

- name: 'Upload Build Artifact'
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v4.3.1
with:
name: build
path: dist
Expand Down
Loading

0 comments on commit 3c8b19d

Please sign in to comment.