Skip to content

Commit

Permalink
chore: Update actions/checkout action to v3 (#93)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] and renovate-bot authored Oct 11, 2022
1 parent 8977b65 commit aa26319
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 @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
container: python:3.8
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- 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@v2
- uses: actions/checkout@v3
- name: Install the site-generator
run: pip install -r requirements.txt
- name: Build the site.
Expand Down

0 comments on commit aa26319

Please sign in to comment.