Skip to content

Commit

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

Bump actions/setup-python from 4.3.0 to 4.5.0
  • Loading branch information
jenshnielsen committed Feb 7, 2023
2 parents c35ecc1 + 0836a84 commit 6459f2e
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@v4.3.0
uses: actions/setup-python@v4.5.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@v4.3.0
uses: actions/setup-python@v4.5.0
with:
python-version: '3.9'
- uses: ./.github/actions/install-dependencies-and-plottr
Expand Down

0 comments on commit 6459f2e

Please sign in to comment.