Skip to content
This repository has been archived by the owner on Aug 28, 2023. It is now read-only.

Commit

Permalink
chore(deps): update ci dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 17, 2023
1 parent fb4bd40 commit 28807f8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v3

- name: Setup node env
uses: actions/setup-node@v3.2.0
uses: actions/setup-node@v3.8.1
with:
node-version: 16

Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/docker-unstable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/checkout@v3

- name: Setup node environment
uses: actions/setup-node@v3.2.0
uses: actions/setup-node@v3.8.1
with:
node-version: 16
cache: "npm"
Expand All @@ -36,10 +36,10 @@ jobs:
run: npm run build

- name: Set up QEMU
uses: docker/setup-qemu-action@v2.0.0
uses: docker/setup-qemu-action@v2.2.0

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2.0.0
uses: docker/setup-buildx-action@v2.9.1

# TODO: consider publishing to Docker Hub too
# - name: Login to Docker Hub
Expand All @@ -49,14 +49,14 @@ jobs:
# password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Login to GitHub Container Registry
uses: docker/login-action@v2.0.0
uses: docker/login-action@v2.2.0
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build images and push
uses: docker/build-push-action@v3.0.0
uses: docker/build-push-action@v3.3.1
with:
context: .
push: true
Expand Down

0 comments on commit 28807f8

Please sign in to comment.