Skip to content

Commit e5d7046

Browse files
Bump the all-actions group with 2 updates (#37)
Bumps the all-actions 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 6 to 7 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...v7) Updates `ruby/setup-ruby` from 1.310.0 to 1.315.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@v1.310.0...v1.315.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions - dependency-name: ruby/setup-ruby dependency-version: 1.315.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7a40d87 commit e5d7046

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/github-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: 📂 setup
17-
uses: actions/checkout@v6
17+
uses: actions/checkout@v7
1818

1919
- name: 💎 setup ruby
20-
uses: ruby/setup-ruby@v1.310.0
20+
uses: ruby/setup-ruby@v1.315.0
2121
with:
2222
ruby-version: 3.3
2323

0 commit comments

Comments
 (0)