Skip to content

Commit

Permalink
Update actions/checkout action to v4
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 14, 2023
1 parent 54d83d6 commit f137ab7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
container: fedorapython/fedora-python-tox:latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install pre-commit
run: dnf install -y pre-commit git
Expand All @@ -32,7 +32,7 @@ jobs:
runs-on: ubuntu-latest
container: fedorapython/fedora-python-tox:latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install RPM dependencies
run: |
Expand All @@ -46,7 +46,7 @@ jobs:
runs-on: ubuntu-latest
container: fedorapython/fedora-python-tox:latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install RPM dependencies
run: |
Expand All @@ -67,7 +67,7 @@ jobs:
runs-on: ubuntu-latest
container: fedorapython/fedora-python-tox:latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install RPM dependencies
run: |
Expand Down

0 comments on commit f137ab7

Please sign in to comment.