Skip to content

Commit 5a98f4b

Browse files
chore(deps): update ruby/setup-ruby action to v1.256.0
1 parent 21c9bd1 commit 5a98f4b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ${{ matrix.os }}
1818
steps:
1919
- uses: actions/checkout@v4
20-
- uses: ruby/setup-ruby@v1.249.0
20+
- uses: ruby/setup-ruby@v1.256.0
2121
with:
2222
ruby-version: 3.3.9
2323
- name: Set up environment

.github/workflows/manual_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
with:
3434
fetch-depth: 0
3535

36-
- uses: ruby/setup-ruby@v1.249.0
36+
- uses: ruby/setup-ruby@v1.256.0
3737
with:
3838
ruby-version: 3.3.9
3939

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
with:
1414
fetch-depth: 0
1515

16-
- uses: ruby/setup-ruby@v1.249.0
16+
- uses: ruby/setup-ruby@v1.256.0
1717
with:
1818
ruby-version: 3.3.9
1919

.github/workflows/update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
with:
1414
fetch-depth: 0
1515

16-
- uses: ruby/setup-ruby@v1.249.0
16+
- uses: ruby/setup-ruby@v1.256.0
1717
with:
1818
ruby-version: 3.3.9
1919

0 commit comments

Comments
 (0)