Skip to content

Commit 7ac8421

Browse files
chore(deps): bump actions/checkout from 4 to 6 (#22)
1 parent 6cf8fee commit 7ac8421

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout code
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@v6
1919
- name: Run ansible-lint
2020
uses: ansible/ansible-lint@main
2121

@@ -30,7 +30,7 @@ jobs:
3030
id-token: write
3131
steps:
3232
- name: Checkout
33-
uses: actions/checkout@v4
33+
uses: actions/checkout@v6
3434
with:
3535
fetch-depth: 0
3636
- name: Setup bun

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ runs:
137137
steps:
138138
- if: inputs.checkout == 'true'
139139
name: Checkout
140-
uses: actions/checkout@v4
140+
uses: actions/checkout@v6
141141
with:
142142
repository: ${{ inputs.repository }}
143143
ref: ${{ inputs.ref }}

0 commit comments

Comments
 (0)