Skip to content

Commit cb4cb9d

Browse files
authored
Merge pull request #220 from fedora-infra/renovate/actions-checkout-5.x
chore(deps): update actions/checkout action to v5
2 parents c13a633 + b619ca0 commit cb4cb9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
container: fedorapython/fedora-python-tox:latest
1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v5
1818

1919
- name: Install the base dependencies
2020
run: |
@@ -36,7 +36,7 @@ jobs:
3636
runs-on: ubuntu-latest
3737
container: fedorapython/fedora-python-tox:latest
3838
steps:
39-
- uses: actions/checkout@v4
39+
- uses: actions/checkout@v5
4040

4141
- name: Install the base dependencies
4242
run: |

0 commit comments

Comments
 (0)