Skip to content

Commit

Permalink
Updated workflow actions for NodeJS 20
Browse files Browse the repository at this point in the history
  • Loading branch information
robvanoostenrijk committed May 4, 2024
1 parent c8fcbde commit 44832ae
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ jobs:
- openssl
steps:
- name: Checkout from GitHub
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup qemu
uses: docker/setup-qemu-action@v2
uses: docker/setup-qemu-action@v3
- name: Setup Docker Buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3
- name: Login to GitHub Container Registry
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down

0 comments on commit 44832ae

Please sign in to comment.