Skip to content

Commit

Permalink
chore(deps): update all non-major github action dependencies (#445)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 19, 2024
1 parent b402232 commit 61ae295
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-components.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Git Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- uses: actions/setup-node@d86ebcd40b3cb50b156bfa44dd277faf38282d12
- uses: actions/setup-node@25b062c917b0c75f8b47d8469aff6c94ffd89abb
with:
node-version: 18

Expand All @@ -29,7 +29,7 @@ jobs:
- name: Git Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- uses: actions/setup-node@d86ebcd40b3cb50b156bfa44dd277faf38282d12
- uses: actions/setup-node@25b062c917b0c75f8b47d8469aff6c94ffd89abb
with:
node-version: 18

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/compile-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Setup Node
uses: actions/setup-node@d86ebcd40b3cb50b156bfa44dd277faf38282d12
uses: actions/setup-node@25b062c917b0c75f8b47d8469aff6c94ffd89abb
with:
node-version: 18

Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Setup Node
uses: actions/setup-node@d86ebcd40b3cb50b156bfa44dd277faf38282d12
uses: actions/setup-node@25b062c917b0c75f8b47d8469aff6c94ffd89abb
with:
node-version: 18

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Git Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- uses: actions/setup-node@d86ebcd40b3cb50b156bfa44dd277faf38282d12
- uses: actions/setup-node@25b062c917b0c75f8b47d8469aff6c94ffd89abb
with:
node-version: 18

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-generator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: actions/create-github-app-token@86576b355dd19da0519e0bdb63d8edb5bcf76a25 # v1.7.0
- uses: actions/create-github-app-token@f4c6bf6752984b3a29fcc135a5e70eb792c40c6b # v1.8.0
id: sre_app_token
with:
app-id: ${{ secrets.SRE_APP_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Git Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- uses: actions/setup-node@d86ebcd40b3cb50b156bfa44dd277faf38282d12
- uses: actions/setup-node@25b062c917b0c75f8b47d8469aff6c94ffd89abb
with:
node-version: 18

Expand Down

0 comments on commit 61ae295

Please sign in to comment.