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/housekeeping.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: "Markdown linting"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
name: Check out the code
- uses: actions/setup-node@v6
name: Setup node
Expand All @@ -25,7 +25,7 @@ jobs:
spellchecking:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
name: Check out the code
- uses: actions/setup-node@v6
name: Run spell check
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/image-optimization.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
- name: Crush images
uses: crush-pics/crush-pics-github-action@master
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-main-to-master-for-github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Push changes
uses: ad-m/github-push-action@master
with:
Expand Down
Loading