Skip to content

Commit

Permalink
Bump pl-strflt/uci from 0.0 to 1.0
Browse files Browse the repository at this point in the history
Bumps [pl-strflt/uci](https://github.com/pl-strflt/uci) from 0.0 to 1.0.
- [Release notes](https://github.com/pl-strflt/uci/releases)
- [Changelog](https://github.com/ipdxco/unified-github-workflows/blob/main/CHANGELOG.md)
- [Commits](ipdxco/unified-github-workflows@v0.0...v1.0)

---
updated-dependencies:
- dependency-name: pl-strflt/uci
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 25, 2024
1 parent 9af5a9a commit c867cae
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ concurrency:

jobs:
go-check:
uses: pl-strflt/uci/.github/workflows/go-check.yml@v0.0
uses: pl-strflt/uci/.github/workflows/go-check.yml@v1.0
2 changes: 1 addition & 1 deletion .github/workflows/go-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ concurrency:

jobs:
go-test:
uses: pl-strflt/uci/.github/workflows/go-test.yml@v0.0
uses: pl-strflt/uci/.github/workflows/go-test.yml@v1.0
2 changes: 1 addition & 1 deletion .github/workflows/publish-ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Get Ref from releaser
id: releaser
if: github.event_name == 'workflow_run'
uses: pl-strflt/uci/.github/actions/inspect-releaser@v0.0
uses: pl-strflt/uci/.github/actions/inspect-releaser@v1.0
with:
artifacts-url: ${{ github.event.workflow_run.artifacts_url }}
publish:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ concurrency:

jobs:
release-check:
uses: pl-strflt/uci/.github/workflows/release-check.yml@v0.0
uses: pl-strflt/uci/.github/workflows/release-check.yml@v1.0
2 changes: 1 addition & 1 deletion .github/workflows/releaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ concurrency:

jobs:
releaser:
uses: pl-strflt/uci/.github/workflows/releaser.yml@v0.0
uses: pl-strflt/uci/.github/workflows/releaser.yml@v1.0
2 changes: 1 addition & 1 deletion .github/workflows/tagpush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ concurrency:

jobs:
releaser:
uses: pl-strflt/uci/.github/workflows/tagpush.yml@v0.0
uses: pl-strflt/uci/.github/workflows/tagpush.yml@v1.0

0 comments on commit c867cae

Please sign in to comment.