Skip to content

Commit b002f30

Browse files
chore(deps): update actions/checkout action to v5
1 parent ed4b47a commit b002f30

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
SUITE: default
1717
steps:
1818
- name: Check out the codebase.
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@v5
2020
with:
2121
path: ${{ env.ANSIBLE_ROLE }}
2222

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
pre-commit:
1212
runs-on: ubuntu-24.04
1313
steps:
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v5
1515
- uses: actions/setup-python@v5
1616
with:
1717
python-version: '3.x'

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- os: "rockylinux9"
3939
steps:
4040
- name: checkout
41-
uses: actions/checkout@v4
41+
uses: actions/checkout@v5
4242
with:
4343
path: "${{ github.repository }}"
4444

@@ -82,7 +82,7 @@ jobs:
8282
- os: "rockylinux9"
8383
steps:
8484
- name: checkout
85-
uses: actions/checkout@v4
85+
uses: actions/checkout@v5
8686
with:
8787
path: "${{ github.repository }}"
8888

0 commit comments

Comments
 (0)