Skip to content

Commit

Permalink
chore: use shared actions from main until actions/toolkit#1264 is res…
Browse files Browse the repository at this point in the history
…olved
  • Loading branch information
galargh committed Aug 4, 2023
1 parent cc16f16 commit cc84e12
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
shell: bash
- uses: actions/checkout@v3
- id: go-mod
uses: pl-strflt/uci/shared/.github/actions/read-go-mod@v1.0.0
uses: pl-strflt/uci/shared/.github/actions/read-go-mod@main
- uses: actions/setup-go@v3
with:
go-version: ${{ fromJSON(steps.go-mod.outputs.json).Go }}.x
Expand Down
2 changes: 1 addition & 1 deletion shared/.github/actions/inspect-releaser/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- id: releaser
uses: pl-strflt/uci/shared/.github/actions/inspect-releaser@v1.0
uses: pl-strflt/uci/shared/.github/actions/inspect-releaser@main
with:
artifacts-url: ${{ github.event.inputs.artifacts-url || github.event.workflow_run.artifacts_url }}
- if: ${{ steps.releaser.outputs.id == '' }}
Expand Down
4 changes: 2 additions & 2 deletions shared/.github/workflows/go-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
with:
submodules: recursive
- id: config
uses: pl-strflt/uci/shared/.github/actions/read-config@v1.0.0
uses: pl-strflt/uci/shared/.github/actions/read-config@main
- id: go-mod
uses: pl-strflt/uci/shared/.github/actions/read-go-mod@v1.0.0
uses: pl-strflt/uci/shared/.github/actions/read-go-mod@main
- uses: actions/setup-go@v3
with:
go-version: ${{ fromJSON(steps.go-mod.outputs.json).Go }}.x
Expand Down
4 changes: 2 additions & 2 deletions shared/.github/workflows/go-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ jobs:
with:
submodules: recursive
- id: config
uses: pl-strflt/uci/shared/.github/actions/read-config@v1.0.0
uses: pl-strflt/uci/shared/.github/actions/read-config@main
- id: go-mod
uses: pl-strflt/uci/shared/.github/actions/read-go-mod@v1.0.0
uses: pl-strflt/uci/shared/.github/actions/read-go-mod@main
- id: go
env:
MATRIX_GO: ${{ matrix.go }}
Expand Down
2 changes: 1 addition & 1 deletion shared/.github/workflows/release-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
shell: bash
- uses: actions/checkout@v3
- id: go-mod
uses: pl-strflt/uci/shared/.github/actions/read-go-mod@v1.0.0
uses: pl-strflt/uci/shared/.github/actions/read-go-mod@main
- uses: actions/setup-go@v3
with:
go-version: ${{ fromJSON(steps.go-mod.outputs.json).Go }}.x
Expand Down

0 comments on commit cc84e12

Please sign in to comment.