Skip to content

Commit

Permalink
Update deps (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
sethvargo authored Dec 6, 2024
1 parent b187381 commit 17346c8
Show file tree
Hide file tree
Showing 5 changed files with 349 additions and 320 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/draft-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
jobs:
draft-release:
name: 'Draft release'
uses: 'google-github-actions/.github/.github/workflows/draft-release.yml@v0'
uses: 'google-github-actions/.github/.github/workflows/draft-release.yml@v0' # ratchet:exclude
with:
version_strategy: '${{ github.event.inputs.version_strategy }}'
# 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
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
if: |-
${{ startsWith(github.event.head_commit.message, 'Release: v') }}
name: 'Release'
uses: 'google-github-actions/.github/.github/workflows/release.yml@v0'
uses: 'google-github-actions/.github/.github/workflows/release.yml@v0' # ratchet:exclude

publish:
needs:
Expand All @@ -22,9 +22,9 @@ jobs:
runs-on: 'ubuntu-latest'

steps:
- uses: 'actions/checkout@v4'
- uses: 'actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683' # ratchet:actions/checkout@v4

- uses: 'actions/setup-node@v4'
- uses: 'actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af' # ratchet:actions/setup-node@v4
with:
node-version: '20.x'
registry-url: 'https://wombat-dressing-room.appspot.com/'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
runs-on: '${{ matrix.os }}'

steps:
- uses: 'actions/checkout@v4'
- uses: 'actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683' # ratchet:actions/checkout@v4

- uses: 'actions/setup-node@v4'
- uses: 'actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af' # ratchet:actions/setup-node@v4
with:
node-version: '20.x'

Expand Down
Loading

0 comments on commit 17346c8

Please sign in to comment.