Skip to content

Commit 1520591

Browse files
authored
chore: use new actions repo (#157)
Update to use the new actions repo for actions instead of pkg.
1 parent 07ac9f7 commit 1520591

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ concurrency:
2929

3030
jobs:
3131
yaml_lint:
32-
uses: 'abcxyz/pkg/.github/workflows/yaml-lint.yml@main' # ratchet:exclude
32+
uses: 'abcxyz/actions/.github/workflows/yaml-lint.yml@main' # ratchet:exclude
3333

3434
go_lint:
35-
uses: 'abcxyz/pkg/.github/workflows/go-lint.yml@main' # ratchet:exclude
35+
uses: 'abcxyz/actions/.github/workflows/go-lint.yml@main' # ratchet:exclude
3636

3737
go_test:
38-
uses: 'abcxyz/pkg/.github/workflows/go-test.yml@main' # ratchet:exclude
38+
uses: 'abcxyz/actions/.github/workflows/go-test.yml@main' # ratchet:exclude

.github/workflows/update-checksums.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
# Create a pull request with updated files
7171
- name: 'Create/Update Pull Request'
7272
if: '${{ env.CHANGES }}'
73-
uses: 'abcxyz/pkg/.github/actions/create-pull-request@main' # ratchet:exclude
73+
uses: 'abcxyz/actions/.github/actions/create-pull-request@main' # ratchet:exclude
7474
with:
7575
token: '${{ steps.mint-token.outputs.token }}'
7676
base_branch: '${{ github.event.repository.default_branch }}'

0 commit comments

Comments
 (0)