Skip to content

Commit

Permalink
chore: use nearform-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Uzlopak committed Oct 11, 2023
1 parent 4278b29 commit 857bb3a
Show file tree
Hide file tree
Showing 4 changed files with 1,309 additions and 1,309 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
Loading

0 comments on commit 857bb3a

Please sign in to comment.