Compare commits

..

8 commits
v0.2.2 ... main

Author SHA1 Message Date
36c250a2e6
Merge pull request #161 from samsonjs/dependabot/github_actions/release-drafter/release-drafter-7
Some checks are pending
CI / rubocop (push) Waiting to run
CI / test (3.2.9) (push) Waiting to run
CI / test (3.3.10) (push) Waiting to run
CI / test (3.4.8) (push) Waiting to run
CI / test (4.0.0) (push) Waiting to run
CodeQL / Analyze (push) Waiting to run
Release Drafter / update_release_draft (push) Waiting to run
Bump release-drafter/release-drafter from 6 to 7
2026-04-01 09:54:21 -07:00
dependabot[bot]
30e8c52f63
Bump release-drafter/release-drafter from 6 to 7
Bumps [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter) from 6 to 7.
- [Release notes](https://github.com/release-drafter/release-drafter/releases)
- [Commits](https://github.com/release-drafter/release-drafter/compare/v6...v7)

---
updated-dependencies:
- dependency-name: release-drafter/release-drafter
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-01 16:13:42 +00:00
046a03b13a
Update to Ruby 4.0.1 2026-02-07 18:58:49 -08:00
92872be270
Version 0.2.2 2026-02-02 20:15:08 -08:00
2fca0d0b5e
Merge pull request #160 from samsonjs/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 4 to 6
2026-02-02 12:09:30 -08:00
ba6d730787
Merge pull request #159 from samsonjs/dependabot/github_actions/actions/cache-5
Bump actions/cache from 3 to 5
2026-02-02 12:09:10 -08:00
dependabot[bot]
ea03c5c6f4
Bump actions/checkout from 4 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4...v6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-02-01 14:02:20 +00:00
dependabot[bot]
acdbb7de7f
Bump actions/cache from 3 to 5
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 5.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v3...v5)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-02-01 14:02:16 +00:00
3 changed files with 6 additions and 6 deletions

View file

@ -10,12 +10,12 @@ jobs:
rubocop: rubocop:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v6
- uses: ruby/setup-ruby@v1 - uses: ruby/setup-ruby@v1
with: with:
ruby-version: 4.0.0 ruby-version: 4.0.0
- name: Cache Ruby gems - name: Cache Ruby gems
uses: actions/cache@v3 uses: actions/cache@v5
with: with:
path: vendor/bundle path: vendor/bundle
key: ${{ runner.os }}-bundle-4.0.0-${{ hashFiles('Gemfile.lock') }} key: ${{ runner.os }}-bundle-4.0.0-${{ hashFiles('Gemfile.lock') }}
@ -34,12 +34,12 @@ jobs:
matrix: matrix:
ruby-version: ["3.2.9", "3.3.10", "3.4.8", "4.0.0"] ruby-version: ["3.2.9", "3.3.10", "3.4.8", "4.0.0"]
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v6
- uses: ruby/setup-ruby@v1 - uses: ruby/setup-ruby@v1
with: with:
ruby-version: ${{ matrix.ruby-version }} ruby-version: ${{ matrix.ruby-version }}
- name: Cache Ruby gems - name: Cache Ruby gems
uses: actions/cache@v3 uses: actions/cache@v5
with: with:
path: vendor/bundle path: vendor/bundle
key: ${{ runner.os }}-bundle-${{ matrix.ruby-version }}-${{ hashFiles('Gemfile.lock') }} key: ${{ runner.os }}-bundle-${{ matrix.ruby-version }}-${{ hashFiles('Gemfile.lock') }}

View file

@ -9,6 +9,6 @@ jobs:
update_release_draft: update_release_draft:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: release-drafter/release-drafter@v6 - uses: release-drafter/release-drafter@v7
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

View file

@ -1 +1 @@
4.0.0 4.0.1