Skip to content

Commit aa26319

Browse files
chore: Update actions/checkout action to v3 (#93)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent 8977b65 commit aa26319

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
container: python:3.8
1111
steps:
12-
- uses: actions/checkout@v2
12+
- uses: actions/checkout@v3
1313
- name: Install system dependencies.
1414
run: apt-get update && apt-get install -y rsync
1515
- name: Install the site generator.

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
container: python:3.8
1111
steps:
12-
- uses: actions/checkout@v2
12+
- uses: actions/checkout@v3
1313
- name: Install the site-generator
1414
run: pip install -r requirements.txt
1515
- name: Build the site.

0 commit comments

Comments
 (0)