Skip to content

Commit 0697492

Browse files
authored
1 parent a407ca4 commit 0697492

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/draft-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616
jobs:
1717
draft-release:
1818
name: 'Draft release'
19-
uses: 'google-github-actions/.github/.github/workflows/draft-release.yml@v0' # ratchet:exclude
19+
uses: 'google-github-actions/.github/.github/workflows/draft-release.yml@v1' # ratchet:exclude
2020
with:
2121
version_strategy: '${{ github.event.inputs.version_strategy }}'
2222
# secrets must be explicitly passed to reusable workflows https://docs.github.com/en/enterprise-cloud@latest/actions/using-workflows/reusing-workflows#using-inputs-and-secrets-in-a-reusable-workflow

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
if: |-
1212
${{ startsWith(github.event.head_commit.message, 'Release: v') }}
1313
name: 'Release'
14-
uses: 'google-github-actions/.github/.github/workflows/release.yml@v0' # ratchet:exclude
14+
uses: 'google-github-actions/.github/.github/workflows/release.yml@v1' # ratchet:exclude
1515

1616
publish:
1717
needs:
@@ -24,7 +24,7 @@ jobs:
2424
steps:
2525
- uses: 'actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683' # ratchet:actions/checkout@v4
2626

27-
- uses: 'actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af' # ratchet:actions/setup-node@v4
27+
- uses: 'actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a' # ratchet:actions/setup-node@v4
2828
with:
2929
node-version: '20.x'
3030
registry-url: 'https://wombat-dressing-room.appspot.com/'

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
steps:
3030
- uses: 'actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683' # ratchet:actions/checkout@v4
3131

32-
- uses: 'actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af' # ratchet:actions/setup-node@v4
32+
- uses: 'actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a' # ratchet:actions/setup-node@v4
3333
with:
3434
node-version: '20.x'
3535

0 commit comments

Comments
 (0)