Skip to content

Commit d93f64f

Browse files
Update actions/checkout action to v5
1 parent c7e3b5b commit d93f64f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
docker:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v3
9+
- uses: actions/checkout@v5
1010
- name: Build image
1111
run: docker build . --tag lsyncd
1212
- name: Show image info

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
docker:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v3
12+
- uses: actions/checkout@v5
1313

1414
- name: Set up QEMU
1515
uses: docker/setup-qemu-action@v2

0 commit comments

Comments
 (0)