We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b1d7a3 commit ec41ff4Copy full SHA for ec41ff4
.github/workflows/build-deb-pr.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
steps:
11
- name: Checkout
12
- uses: actions/checkout@v4.1.5
+ uses: actions/checkout@v4.1.6
13
- name: Build Debian Package in Docker
14
run: |
15
docker run --rm -v $(pwd):/tmp debian:bullseye-slim bash -c \
.github/workflows/build-deb.yml
@@ -11,7 +11,7 @@ jobs:
16
17
0 commit comments