Skip to content

Commit

Permalink
chore: use nearform-actions (#508)
Browse files Browse the repository at this point in the history
  • Loading branch information
Uzlopak authored Oct 11, 2023
1 parent d783d50 commit 5f45f9e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-linked-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/notify-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 5f45f9e

Please sign in to comment.