Skip to content

Commit

Permalink
Merge pull request #89 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 b92acea + 1d8613c commit f509345
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 Down Expand Up @@ -52,7 +52,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 @@ -24,7 +24,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 f509345

Please sign in to comment.