Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
# Check that the Jekyll can actually build
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Build the site in the jekyll/builder container
run: |
docker run \
Expand All @@ -43,7 +43,7 @@ jobs:
# Check markdown files are markdown-lint compliant
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Lint markdown files with markdown-lint
uses: articulate/[email protected]
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
outputs:
target: ${{ steps.set-output.outputs.target }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: get deployment target
run: |
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
if: needs.set-deploy-type.outputs.target == 'gh-pages'

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Deploy Jekyll Site
uses: sujaykundu777/[email protected]
Expand All @@ -59,7 +59,7 @@ jobs:
if: needs.set-deploy-type.outputs.target == 'firebase'

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: setup ruby
uses: ruby/setup-ruby@v1
Expand Down