Skip to content

Commit

Permalink
fix: use new location
Browse files Browse the repository at this point in the history
  • Loading branch information
coderbyheart committed Jul 13, 2024
1 parent 0d31e78 commit 50dbb84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/usage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4

- name: Determine next release version
uses: nordicsemiconductor/get-next-version-action@saga
uses: bifravst/get-next-version-action@saga
id: version
with:
branch: saga
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ released, so it can be included as a version string in a build.
```yaml
- uses: actions/checkout@v2
- name: Determine next release version
uses: nordicsemiconductor/get-next-version-action@saga
uses: bifravst/get-next-version-action@saga
id: version
with:
branch: saga
Expand Down

0 comments on commit 50dbb84

Please sign in to comment.