Skip to content

Commit ef8eb3b

Browse files
renovate[bot]mergify[bot]
authored andcommitted
ci(deps): update ruby/setup-ruby action to v1.238.0
1 parent 0754c24 commit ef8eb3b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-and-deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
path: pages
5151
ref: gh-pages
5252
- name: Setup Ruby
53-
uses: ruby/setup-ruby@v1.237.0
53+
uses: ruby/setup-ruby@v1.238.0
5454
with:
5555
working-directory: slides-markdown/shared-slides
5656
- name: Setup Chrome

.github/workflows/markdown-slides.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Remove Hugo Installer
4040
run: rm hugo.deb
4141
- name: Setup Ruby
42-
uses: ruby/setup-ruby@v1.237.0
42+
uses: ruby/setup-ruby@v1.238.0
4343
with:
4444
working-directory: slides-markdown/shared-slides
4545
- name: Run the pre-processor

0 commit comments

Comments
 (0)