Skip to content

Commit ec41ff4

Browse files
Bump actions/checkout from 4.1.5 to 4.1.6 (#367)
1 parent 8b1d7a3 commit ec41ff4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-deb-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout
12-
uses: actions/checkout@v4.1.5
12+
uses: actions/checkout@v4.1.6
1313
- name: Build Debian Package in Docker
1414
run: |
1515
docker run --rm -v $(pwd):/tmp debian:bullseye-slim bash -c \

.github/workflows/build-deb.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v4.1.5
14+
uses: actions/checkout@v4.1.6
1515
- name: Build Debian Package in Docker
1616
run: |
1717
docker run --rm -v $(pwd):/tmp debian:bullseye-slim bash -c \

0 commit comments

Comments
 (0)