Skip to content

Commit

Permalink
Fix GH Actions file
Browse files Browse the repository at this point in the history
Signed-off-by: Laurent Broudoux <laurent.broudoux@gmail.com>
  • Loading branch information
lbroudoux committed Feb 15, 2024
1 parent 3c2141b commit 1284574
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ jobs:
steps:
# Checkout repository content
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Filter container-images
uses: dorny/paths-filter@v2
uses: dorny/paths-filter@v3
id: changes
with:
filters: |
container-images
container-images:
- 'container-images/**'
- name: Set up QEMU
Expand Down

0 comments on commit 1284574

Please sign in to comment.