Skip to content

Commit f7a7711

Browse files
authored
Update deps (#305)
1 parent f0a0a72 commit f7a7711

34 files changed

+2462
-2897
lines changed

.github/workflows/compile-versions.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818

1919
steps:
2020
- name: 'Checkout'
21-
uses: 'actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29' # ratchet:actions/checkout@v4
21+
uses: 'actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683' # ratchet:actions/checkout@v4
2222

2323
- name: 'Setup Go'
24-
uses: 'actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7' # ratchet:actions/setup-go@v5
24+
uses: 'actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34' # ratchet:actions/setup-go@v5
2525
with:
2626
go-version-file: 'go.mod'
2727

@@ -48,7 +48,7 @@ jobs:
4848
- name: 'Create/Update Pull Request'
4949
# Skip if there a no changes
5050
if: '${{ fromJSON(steps.updates.outputs.had_changes) }}'
51-
uses: 'abcxyz/pkg/.github/actions/create-pull-request@45258f93afbaca705ef0503c37ef88451ed45b02' # ratchet:abcxyz/pkg/.github/actions/create-pull-request@main
51+
uses: 'abcxyz/pkg/.github/actions/create-pull-request@2fb8f8c90a04f2ec263305efdef8a1a4e2c54a55' # ratchet:abcxyz/pkg/.github/actions/create-pull-request@main
5252
with:
5353
token: '${{ secrets.ACTIONS_BOT_TOKEN }}'
5454
base_branch: '${{ github.event.repository.default_branch }}'

.github/workflows/draft-release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,9 @@ on:
1515

1616
jobs:
1717
draft-release:
18-
name: 'Draft release'
19-
uses: 'google-github-actions/.github/.github/workflows/draft-release.yml@v0' # ratchet:exclude
18+
# TODO(sethvargo): revert to a tag when ready
19+
uses: 'google-github-actions/.github/.github/workflows/draft-release.yml@main' # ratchet:exclude
2020
with:
2121
version_strategy: '${{ github.event.inputs.version_strategy }}'
22-
# 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
2322
secrets:
2423
ACTIONS_BOT_TOKEN: '${{ secrets.ACTIONS_BOT_TOKEN }}'

.github/workflows/release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@ on:
88

99
jobs:
1010
release:
11-
if: |-
12-
${{ startsWith(github.event.head_commit.message, 'Release: v') }}
13-
uses: 'google-github-actions/.github/.github/workflows/release.yml@v0' # ratchet:exclude
11+
# TODO(sethvargo): revert to a tag when ready
12+
uses: 'google-github-actions/.github/.github/workflows/release.yml@main' # ratchet:exclude
13+
secrets:
14+
ACTIONS_BOT_TOKEN: '${{ secrets.ACTIONS_BOT_TOKEN }}'
1415

1516
publish:
1617
needs:
@@ -19,11 +20,10 @@ jobs:
1920
contents: 'read'
2021
id-token: 'write'
2122
runs-on: 'ubuntu-latest'
22-
2323
steps:
24-
- uses: 'actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29' # ratchet:actions/checkout@v4
24+
- uses: 'actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683' # ratchet:actions/checkout@v4
2525

26-
- uses: 'actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8' # ratchet:actions/setup-node@v4
26+
- uses: 'actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a' # ratchet:actions/setup-node@v4
2727
with:
2828
node-version: '20.x'
2929
registry-url: 'https://wombat-dressing-room.appspot.com/'

.github/workflows/unit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ jobs:
2727
runs-on: '${{ matrix.os }}'
2828

2929
steps:
30-
- uses: 'actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29' # ratchet:actions/checkout@v4
30+
- uses: 'actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683' # ratchet:actions/checkout@v4
3131

32-
- uses: 'actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8' # ratchet:actions/setup-node@v4
32+
- uses: 'actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a' # ratchet:actions/setup-node@v4
3333
with:
3434
node-version: '20.12.x' # https://github.com/nodejs/node/issues/53033
3535

0 commit comments

Comments
 (0)