Skip to content

Commit 2afeeae

Browse files
committed
Bump actions/checkout to v6 and drop bundler/gem_tasks
Releases now run from CI via OIDC, so the local rake release/build/install tasks are no longer needed. Build locally with 'gem build sparoid.gemspec' if needed.
1 parent 7b885b5 commit 2afeeae

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
ruby: [ 3.2, 3.3, 3.4, 4.0, ruby-head ]
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v6
1818
- uses: ruby/setup-ruby@v1
1919
with:
2020
ruby-version: ${{ matrix.ruby }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
contents: write
1313
id-token: write
1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v6
1616
- uses: ruby/setup-ruby@v1
1717
with:
1818
ruby-version: '3.4'

Rakefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# frozen_string_literal: true
22

3-
require "bundler/gem_tasks"
43
require "rake/testtask"
54

65
Rake::TestTask.new(:test) do |t|

0 commit comments

Comments
 (0)