Skip to content

Commit

Permalink
Merge pull request #344 from bgurney-rh/actions-v3
Browse files Browse the repository at this point in the history
Use checkout@v3
  • Loading branch information
mulkieran authored Oct 12, 2022
2 parents 081ad29 + 90741f3 commit f498a2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
runs-on: ubuntu-latest
container: fedora:36 # CURRENT DEVELOPMENT ENVIRONMENT
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Install dependencies
run: >
dnf install -y
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
runs-on: ubuntu-latest
container: fedora:36 # NEXT DEVELOPMENT ENVIRONMENT
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Install dependencies
run: >
dnf install -y
Expand Down

0 comments on commit f498a2e

Please sign in to comment.