Skip to content

Commit e6ff088

Browse files
committed
Bump-up to action/checkout@v4
1 parent 87c6eb8 commit e6ff088

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})"
8181
id: extract_branch
8282
- name: Checkout code
83-
uses: actions/checkout@v3
83+
uses: actions/checkout@v4
8484
- name: Install dependencies
8585
uses: kiwix/kiwix-build/actions/dl_deps_archive@main
8686
with:

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
name: Deploy kiwix-tools Docker Image
1414
runs-on: ubuntu-22.04
1515
steps:
16-
- uses: actions/checkout@v3.4.0
16+
- uses: actions/checkout@v4
1717
- name: build and publish kiwix-tools
1818
uses: openzim/docker-publish-action@v10
1919
with:
@@ -42,7 +42,7 @@ jobs:
4242
runs-on: ubuntu-22.04
4343
needs: build-and-push-kiwix-tools
4444
steps:
45-
- uses: actions/checkout@v3.4.0
45+
- uses: actions/checkout@v4
4646
- name: build and publish kiwix-serve
4747
uses: openzim/docker-publish-action@v10
4848
with:

0 commit comments

Comments
 (0)