Skip to content

Commit 6c27573

Browse files
committed
pinact GH action dependencies
1 parent 1ce8534 commit 6c27573

1 file changed

Lines changed: 4 additions & 10 deletions

File tree

.github/workflows/jekyll.yml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
runs-on: ubuntu-latest
3333
steps:
3434
- name: Checkout
35-
uses: actions/checkout@v4
35+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
3636
- name: Setup Ruby
3737
# https://github.com/ruby/setup-ruby/releases/tag/v1.207.0
3838
uses: ruby/setup-ruby@4a9ddd6f338a97768b8006bf671dfbad383215f4
@@ -42,15 +42,15 @@ jobs:
4242
cache-version: 0 # Increment this number if you need to re-download cached gems
4343
- name: Setup Pages
4444
id: pages
45-
uses: actions/configure-pages@v5
45+
uses: actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5.0.0
4646
- name: Build with Jekyll
4747
# Outputs to the './_site' directory by default
4848
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
4949
env:
5050
JEKYLL_ENV: production
5151
- name: Upload artifact
5252
# Automatically uploads an artifact from the './_site' directory by default
53-
uses: actions/upload-pages-artifact@v3
53+
uses: actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa # v3.0.1
5454

5555
# Deployment job
5656
deploy:
@@ -62,10 +62,4 @@ jobs:
6262
steps:
6363
- name: Deploy to GitHub Pages
6464
id: deployment
65-
uses: actions/deploy-pages@v4
66-
67-
- name: Deploy to Pages
68-
uses: apple/action-pages-deploy@v1
69-
with:
70-
target_branch: main
71-
target_dir: _site
65+
uses: actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4.0.5

0 commit comments

Comments
 (0)