diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3fa7b07..24746b9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -29,10 +29,10 @@ concurrency: jobs: yaml_lint: - uses: 'abcxyz/pkg/.github/workflows/yaml-lint.yml@main' # ratchet:exclude + uses: 'abcxyz/actions/.github/workflows/yaml-lint.yml@main' # ratchet:exclude go_lint: - uses: 'abcxyz/pkg/.github/workflows/go-lint.yml@main' # ratchet:exclude + uses: 'abcxyz/actions/.github/workflows/go-lint.yml@main' # ratchet:exclude go_test: - uses: 'abcxyz/pkg/.github/workflows/go-test.yml@main' # ratchet:exclude + uses: 'abcxyz/actions/.github/workflows/go-test.yml@main' # ratchet:exclude diff --git a/.github/workflows/update-checksums.yml b/.github/workflows/update-checksums.yml index 0436f36..f2f9f6c 100644 --- a/.github/workflows/update-checksums.yml +++ b/.github/workflows/update-checksums.yml @@ -70,7 +70,7 @@ jobs: # Create a pull request with updated files - name: 'Create/Update Pull Request' if: '${{ env.CHANGES }}' - uses: 'abcxyz/pkg/.github/actions/create-pull-request@main' # ratchet:exclude + uses: 'abcxyz/actions/.github/actions/create-pull-request@main' # ratchet:exclude with: token: '${{ steps.mint-token.outputs.token }}' base_branch: '${{ github.event.repository.default_branch }}'