From 72934eb818404b876ad566adc93f51ec97f75699 Mon Sep 17 00:00:00 2001 From: uzlopak Date: Wed, 11 Oct 2023 13:06:37 +0200 Subject: [PATCH] chore: use nearform-actions --- .github/workflows/check-linked-issues.yml | 2 +- .github/workflows/notify-release.yml | 2 +- .github/workflows/release.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/check-linked-issues.yml b/.github/workflows/check-linked-issues.yml index b15121ad..49e7cc59 100644 --- a/.github/workflows/check-linked-issues.yml +++ b/.github/workflows/check-linked-issues.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest name: Check linked issues steps: - - uses: nearform/github-action-check-linked-issues@v1 + - uses: nearform-actions/github-action-check-linked-issues@v1 id: check-linked-issues with: github-token: ${{ github.token }} diff --git a/.github/workflows/notify-release.yml b/.github/workflows/notify-release.yml index f87c22fe..a4804deb 100644 --- a/.github/workflows/notify-release.yml +++ b/.github/workflows/notify-release.yml @@ -10,6 +10,6 @@ jobs: runs-on: ubuntu-latest steps: - name: Notify release - uses: nearform/github-action-notify-release@v1 + uses: nearform-actions/github-action-notify-release@v1 with: github-token: ${{ github.token }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e2b21ce6..c37ba4a5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,8 +22,8 @@ jobs: - name: Setting action build runtime uses: actions/setup-node@v3 with: - node-version: 16 - - uses: nearform/optic-release-automation-action@v4 + node-version: 20 + - uses: nearform-actions/optic-release-automation-action@v4 with: github-token: ${{ github.token }} semver: ${{ github.event.inputs.semver }}