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 2e46581 commit dcf2929Copy full SHA for dcf2929
1 file changed
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
pre-commit:
15
runs-on: ubuntu-latest
16
steps:
17
- - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
+ - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
18
with:
19
fetch-depth: 0
20
- uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
@@ -24,7 +24,7 @@ jobs:
24
permissions:
25
checks: write
26
27
28
- uses: astral-sh/setup-uv@bd01e18f51369d5a26f1651c3cb451d3417e3bba # v6.3.1
29
- run: uv run ansible-galaxy collection install .
30
- run: uv run ansible-test units --python $(cat .python-version)
0 commit comments