Skip to content

Commit

Permalink
Merge pull request #62 from containerbuildsystem/dependabot/github_ac…
Browse files Browse the repository at this point in the history
…tions/actions/setup-python-4

Bump actions/setup-python from 2 to 4
  • Loading branch information
MartinBasti committed Nov 25, 2022
2 parents 2452bc0 + e71df46 commit f24cd93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gating.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
Expand Down

0 comments on commit f24cd93

Please sign in to comment.