Skip to content

Commit

Permalink
Merge pull request #341 from bgurney-rh/actions-checkout-v4
Browse files Browse the repository at this point in the history
Use checkout@v4
  • Loading branch information
mulkieran authored Jan 17, 2024
2 parents c510648 + 4b45f20 commit f906929
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
container: fedora:39 # CURRENT DEVELOPMENT ENVIRONMENT
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install dependencies
run: dnf install -y make lyx 'dnf-command(copr)'
- name: Enable copr repo
Expand All @@ -29,7 +29,7 @@ jobs:
runs-on: ubuntu-latest
container: fedora:39 # CURRENT DEVELOPMENT ENVIRONMENT
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install dependencies
run: dnf install -y make yamllint
- name: Run test
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
container: fedora:39 # NEXT DEVELOPMENT ENVIRONMENT
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install dependencies
run: dnf install -y make lyx 'dnf-command(copr)'
- name: Enable copr repo
Expand All @@ -27,7 +27,7 @@ jobs:
runs-on: ubuntu-latest
container: fedora:39 # NEXT DEVELOPMENT ENVIRONMENT
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install dependencies
run: dnf install -y make yamllint
- name: Run test
Expand Down

0 comments on commit f906929

Please sign in to comment.