Skip to content

Commit

Permalink
Merge pull request #307 from neutrinoceros/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…dot-github/workflows/actions-cd7291ea65

Bump the actions group in /.github/workflows with 1 update
  • Loading branch information
neutrinoceros authored Jan 1, 2024
2 parents 8a5998d + adac8a9 commit ca6c52b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bleeding-edge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
fetch-depth: 0

- name: Set up Python Dev Version
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: 3.12-dev

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Checkout Source
uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: 3.x
- name: Install build dependencies
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
fetch-depth: 0

- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
# Match minimal supported Python version
# to make sure we're not using unparseable syntax
Expand Down

0 comments on commit ca6c52b

Please sign in to comment.