Skip to content

Commit

Permalink
Merge pull request #274 from beeware/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/setup-python-5

Bump actions/setup-python from 4 to 5
  • Loading branch information
freakboy3742 committed Dec 10, 2023
2 parents 4cdece9 + 4f73306 commit 1df228b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5.0.0
with:
python-version: "3.x"
- name: Install dependencies
Expand All @@ -27,4 +27,3 @@ jobs:
- name: Run Pre-test check
run: |
tox -e ${{ matrix.task }}
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5.0.0
with:
python-version: '3.x'
- name: Install dependencies
Expand Down
8 changes: 4 additions & 4 deletions docs/tutorial/tutorial-3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ or doing other pre-distribution tasks.
If you're on an Arch-based distribution, you'll see:

.. code-block:: console
(beeware-venv) $ briefcase package
[helloworld] Finalizing application configuration...
Expand All @@ -465,9 +465,9 @@ or doing other pre-distribution tasks.
you're using, Briefcase can also help - but you'll need to install Docker.

Official installers for `Docker Engine
<https://docs.docker.com/engine/install/#server>`__ are available for a
range of Unix distributions. Follow the instructions for your platform;
however, ensure you don't install Docker in "rootless" mode.
<https://docs.docker.com/engine/install>`__ are available for a range of
Unix distributions. Follow the instructions for your platform; however,
ensure you don't install Docker in "rootless" mode.

Once you've installed Docker, you should be able to start an Linux
container - for example:
Expand Down

0 comments on commit 1df228b

Please sign in to comment.