Skip to content

Commit 508ebde

Browse files
committed
Bump ruby version
1 parent 58f4e8d commit 508ebde

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/publish.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ on:
33
release:
44
types: [created]
55

6+
permissions:
7+
id-token: write # Required for OIDC
8+
deployments: write
9+
contents: read
10+
611
jobs:
712
publish:
813
name: Publish
@@ -25,7 +30,7 @@ jobs:
2530
- name: Setup Ruby
2631
uses: ruby/setup-ruby@1a615958ad9d422dd932dc1d5823942ee002799f # v1.227.0
2732
with:
28-
ruby-version: 2.7.1
33+
ruby-version: 3.4.3
2934

3035
- name: Build Gem
3136
run: gem build -o patch_ruby.gem patch_ruby.gemspec

0 commit comments

Comments
 (0)