Skip to content

Commit 9658d5d

Browse files
Update actions/checkout action to v4
1 parent 7608f17 commit 9658d5d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
build:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@v4
1414
- run: |
1515
mkdir .jekyll-cache _site
1616
docker-compose up --exit-code-from jekyll

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
deploy:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v3
11+
- uses: actions/checkout@v4
1212
- name: Install dependencies
1313
run: sudo apt-get -q update && sudo apt-get install -y --no-install-recommends brotli zopfli
1414
- name: Build

0 commit comments

Comments
 (0)