Skip to content

Commit

Permalink
CI: Update version of GH checkout action (#232)
Browse files Browse the repository at this point in the history
* CI: Update version of GH checkout action

Version 4 should get rid of the deprecation warning:

The `set-output` command is deprecated and will be disabled soon. Please
upgrade to using Environment Files. For more information see:
https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

* Oops, changed the wrong action's version
  • Loading branch information
BenjaminBossan authored Dec 1, 2022
1 parent 2c2dd6e commit b9e6580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
shell: bash
- name: Set up Python ${{ matrix.python }}
uses: actions/setup-python@v3
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python }}

Expand Down

0 comments on commit b9e6580

Please sign in to comment.