Skip to content

Commit 79f2400

Browse files
authored
Merge branch 'main' into patch-2
2 parents ecbcec0 + 21c4d68 commit 79f2400

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/jekyll-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
destination: ./_site
4545
- name: Upload artifact
4646
# Automatically uploads an artifact from the './_site' directory by default
47-
uses: actions/upload-pages-artifact@v3.0.1
47+
uses: actions/upload-pages-artifact@v4.0.0
4848
# Deployment job
4949
deploy:
5050
environment:

.github/workflows/jekyll.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
destination: ./_site
3838
- name: Upload artifact
3939
# Automatically uploads an artifact from the './_site' directory by default
40-
uses: actions/upload-pages-artifact@v3.0.1
40+
uses: actions/upload-pages-artifact@v4.0.0
4141
# Deployment job
4242
deploy:
4343
environment:

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Set up Git repository
1414
uses: actions/[email protected]
1515
- name: Set up Ruby
16-
uses: ruby/setup-ruby@829114fc20da43a41d27359103ec7a63020954d4 # v1
16+
uses: ruby/setup-ruby@efbf473cab83af4468e8606cc33eca9281bb213f # v1
1717
with:
1818
bundler-cache: true
1919
- name: Set up Node

0 commit comments

Comments
 (0)