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 6cf8fee commit 7ac8421Copy full SHA for 7ac8421
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ubuntu-latest
16
steps:
17
- name: Checkout code
18
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
19
- name: Run ansible-lint
20
uses: ansible/ansible-lint@main
21
@@ -30,7 +30,7 @@ jobs:
30
id-token: write
31
32
- name: Checkout
33
34
with:
35
fetch-depth: 0
36
- name: Setup bun
action.yml
@@ -137,7 +137,7 @@ runs:
137
138
- if: inputs.checkout == 'true'
139
name: Checkout
140
141
142
repository: ${{ inputs.repository }}
143
ref: ${{ inputs.ref }}
0 commit comments