Skip to content

Commit

Permalink
ci: update version of canonical/setup-lxd action (fluent#760)
Browse files Browse the repository at this point in the history
  • Loading branch information
Watson1978 authored Dec 9, 2024
1 parent ade6bf0 commit db37061
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/apt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,6 @@ jobs:
- uses: actions/download-artifact@v4
with:
name: packages-apt-source-${{ matrix.rake-job }}
- uses: canonical/[email protected].1
- uses: canonical/[email protected].2
- name: Run Test ${{ matrix.test }} on ${{ matrix.lxc-image }}
run: fluent-package/apt/systemd-test/test.sh ${{ matrix.lxc-image }} ${{ matrix.test }}
4 changes: 2 additions & 2 deletions .github/workflows/yum.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ jobs:
- uses: actions/download-artifact@v4
with:
name: packages-${{ matrix.rake-job }}
- uses: canonical/[email protected].1
- uses: canonical/[email protected].2
- name: Run diagnostic
run: |
uname -a
Expand Down Expand Up @@ -207,6 +207,6 @@ jobs:
- uses: actions/download-artifact@v4
with:
name: packages-${{ matrix.rake-job }}
- uses: canonical/[email protected].1
- uses: canonical/[email protected].2
- name: Run Test ${{ matrix.test }} on ${{ matrix.lxc-image }}
run: fluent-package/yum/systemd-test/test.sh ${{ matrix.lxc-image }} ${{ matrix.test }}

0 comments on commit db37061

Please sign in to comment.