Skip to content

Commit 013ca25

Browse files
authored
Merge pull request #89 from fkie-cad/hotfix
Resolve setup-ruby workflow to latest version
2 parents e5b2eea + cb5896b commit 013ca25

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/experimental.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: Checkout
5050
uses: actions/checkout@v4
5151
- name: Setup Ruby
52-
uses: ruby/setup-ruby@8575951200e472d5f2d95c625da0c7bec8217c42 # v1.161.0
52+
uses: ruby/setup-ruby@v1
5353
with:
5454
ruby-version: '3.1' # Not needed with a .ruby-version file
5555
bundler-cache: true # runs 'bundle install' and caches installed gems automatically

.github/workflows/jekyll.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Checkout
3737
uses: actions/checkout@v4
3838
- name: Setup Ruby
39-
uses: ruby/setup-ruby@8575951200e472d5f2d95c625da0c7bec8217c42 # v1.161.0
39+
uses: ruby/setup-ruby@v1
4040
with:
4141
ruby-version: '3.1' # Not needed with a .ruby-version file
4242
bundler-cache: true # runs 'bundle install' and caches installed gems automatically

0 commit comments

Comments
 (0)