Skip to content

Commit

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

Bump actions/setup-python from 3.1.2 to 4.0.0
  • Loading branch information
jenshnielsen committed Jun 9, 2022
2 parents 76cac57 + 030b4da commit a11b340
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -screen 0 1920x1200x24 -ac +extension GLX
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3.1.2
uses: actions/setup-python@v4.0.0
with:
python-version: ${{ matrix.python-version }}
- uses: ./.github/actions/install-dependencies-and-plottr
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v3.1.2
uses: actions/setup-python@v4.0.0
with:
python-version: '3.7'
- uses: ./.github/actions/install-dependencies-and-plottr
Expand Down

0 comments on commit a11b340

Please sign in to comment.