Skip to content

Commit

Permalink
chore(deps): update ci dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and ferferga committed Jul 24, 2022
1 parent 2c9885f commit 514224d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/[email protected]

- name: Setup node environment ⚙️
uses: actions/setup-node@v3.3.0
uses: actions/setup-node@v3.4.1
with:
node-version: 16
cache: 'npm'
Expand All @@ -39,7 +39,7 @@ jobs:
fetch-depth: 0

- name: Setup node environment ⚙️
uses: actions/setup-node@v3.3.0
uses: actions/setup-node@v3.4.1
with:
node-version: 16
cache: 'npm'
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
uses: docker/[email protected]

- name: Build Docker images 🛠️
uses: docker/build-push-action@v3.0.0
uses: docker/build-push-action@v3.1.0
with:
context: .
platforms: ${{ matrix.platform }}
Expand All @@ -101,7 +101,7 @@ jobs:
uses: actions/[email protected]

- name: Setup node environment ⚙️
uses: actions/setup-node@v3.3.0
uses: actions/setup-node@v3.4.1
with:
node-version: 16
cache: 'npm'
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

- name: Build and push stable images 🛠️⬆️
if: github.event.action == 'released'
uses: docker/build-push-action@v3.0.0
uses: docker/build-push-action@v3.1.0
with:
context: .
push: true
Expand All @@ -53,7 +53,7 @@ jobs:
- name: Build and push release candidate images 🛠️⬆️
if: github.event.action == 'prereleased'
uses: docker/build-push-action@v3.0.0
uses: docker/build-push-action@v3.1.0
with:
context: .
push: true
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
uses: actions/[email protected]

- name: Setup node environment ⚙️
uses: actions/setup-node@v3.3.0
uses: actions/setup-node@v3.4.1
with:
node-version: 16
cache: 'npm'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/unstable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
password: ${{ secrets.JF_BOT_TOKEN }}

- name: Build and push Docker images 🛠️
uses: docker/build-push-action@v3.0.0
uses: docker/build-push-action@v3.1.0
with:
context: .
push: true
Expand All @@ -69,7 +69,7 @@ jobs:
uses: actions/[email protected]

- name: Setup node environment ⚙️
uses: actions/setup-node@v3.3.0
uses: actions/setup-node@v3.4.1
with:
node-version: 16
cache: 'npm'
Expand Down

0 comments on commit 514224d

Please sign in to comment.