Skip to content

Commit

Permalink
chore: Update actions/checkout action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 18, 2024
1 parent b8b9915 commit 1e0a14e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
container: python:3.8
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install system dependencies.
run: apt-get update && apt-get install -y rsync
- name: Install the site generator.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
container: python:3.8
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install the site-generator
run: pip install -r requirements.txt
- name: Build the site.
Expand Down

0 comments on commit 1e0a14e

Please sign in to comment.