We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7e3b5b commit d93f64fCopy full SHA for d93f64f
.github/workflows/ci.yml
@@ -6,7 +6,7 @@ jobs:
6
docker:
7
runs-on: ubuntu-latest
8
steps:
9
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v5
10
- name: Build image
11
run: docker build . --tag lsyncd
12
- name: Show image info
.github/workflows/deploy.yml
@@ -9,7 +9,7 @@ jobs:
13
14
- name: Set up QEMU
15
uses: docker/setup-qemu-action@v2
0 commit comments