Skip to content

Commit

Permalink
Merge pull request #848 from WordPress/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/setup-python-5

GH Actions: Bump actions/setup-python from 4 to 5
  • Loading branch information
jrfnl authored Dec 11, 2023
2 parents a2f7aa4 + 3135dae commit e62f563
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/quicktest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
custom-cache-suffix: $(date -u "+%Y-%m")

- name: Setup Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.10'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
run: echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"

- name: Setup Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.10'

Expand Down

0 comments on commit e62f563

Please sign in to comment.