Skip to content

Commit

Permalink
Merge pull request #46 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 0a9b959 + 478d128 commit a716499
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
task: [test]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: actions/setup-python@v2
with:
python-version: 3.9.9
Expand All @@ -45,7 +45,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 @@ -21,7 +21,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 a716499

Please sign in to comment.