Skip to content

Commit baf0e4a

Browse files
chore(deps): bump the dependencies group with 2 updates
Bumps the dependencies group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [ruby/setup-ruby](https://github.com/ruby/setup-ruby). Updates `actions/checkout` from 4.2.2 to 5.0.0 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@11bd719...08c6903) Updates `ruby/setup-ruby` from 1.254.0 to 1.255.0 - [Release notes](https://github.com/ruby/setup-ruby/releases) - [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb) - [Commits](ruby/setup-ruby@2a7b300...829114f) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: ruby/setup-ruby dependency-version: 1.255.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bd935be commit baf0e4a

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
steps:
1313
- name: 'Check it out now'
14-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
14+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
1515

1616
- name: 'Install pnpm'
1717
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda

.github/workflows/pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424
steps:
2525
- name: Checkout
26-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
26+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
2727

2828
- name: Setup Node.js
2929
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020
@@ -36,7 +36,7 @@ jobs:
3636
run_install: true
3737

3838
- name: Setup Ruby
39-
uses: ruby/setup-ruby@2a7b30092b0caf9c046252510f9273b4875f3db9
39+
uses: ruby/setup-ruby@829114fc20da43a41d27359103ec7a63020954d4
4040
with:
4141
bundler-cache: true
4242
working-directory: docs

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
if: ${{ github.event.workflow_run.conclusion == 'success' }}
2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
22+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
2323
with:
2424
fetch-depth: 0
2525

0 commit comments

Comments
 (0)