Skip to content

Commit 6b931bf

Browse files
authored
Update jam-post.yml
1 parent 56a42b4 commit 6b931bf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/jam-post.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,15 +143,15 @@ jobs:
143143
uses: actions/checkout@v4
144144

145145
- name: Setup Ruby
146-
uses: ruby/setup-ruby@55283cc23133118229fd3f97f9336ee23a179fcf # v1.146.0
146+
uses: ruby/setup-ruby@4a9ddd6f338a97768b8006bf671dfbad383215f4 # v1.207.0
147147
with:
148148
ruby-version: '3.2' # Not needed with a .ruby-version file
149149
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
150150
cache-version: 0 # Increment this number if you need to re-download cached gems
151151

152152
- name: Setup Pages
153153
id: pages
154-
uses: actions/configure-pages@v3
154+
uses: actions/configure-pages@v5
155155

156156
- name: Build with Jekyll
157157
# Outputs to the './_site' directory by default
@@ -178,4 +178,4 @@ jobs:
178178
steps:
179179
- name: Deploy to GitHub Pages
180180
id: deployment
181-
uses: actions/deploy-pages@v2
181+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)