Skip to content

Commit

Permalink
Merge pull request #27 from back-stack/fix-26
Browse files Browse the repository at this point in the history
ci: update actions to use nodejs 20
  • Loading branch information
kurktchiev authored Feb 21, 2024
2 parents 0fc542c + 5028e56 commit 7200dd7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
id: tag

- name: Log into ${{ env.REGISTRY }}
uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
uses: docker/login-action@v3.0.0
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
Expand Down Expand Up @@ -73,12 +73,12 @@ jobs:
id: tag

- name: Set Node.js 18.x
uses: actions/setup-node@v3
uses: actions/setup-node@v4.0.2
with:
node-version: 18.x

- name: Log in to the Container registry
uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
uses: docker/login-action@v3.0.0
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
id: tag

- name: Log in to the Container registry
uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
uses: docker/login-action@v3.0.0
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
Expand Down

0 comments on commit 7200dd7

Please sign in to comment.