Skip to content

Commit 37f2174

Browse files
chore: Update actions/checkout action to v4
1 parent 46f6e7f commit 37f2174

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
container: python:3.8
1515
steps:
16-
- uses: actions/checkout@v3
16+
- uses: actions/checkout@v4
1717
- name: Install system dependencies.
1818
run: apt-get update && apt-get install -y rsync
1919
- 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@v3
12+
- uses: actions/checkout@v4
1313
- name: Install the site-generator
1414
run: pip install -r requirements.txt
1515
- name: Build the site.

0 commit comments

Comments
 (0)