Skip to content

Commit

Permalink
chore(deps): update github actions (major) (#24)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[actions/setup-python](https://github.com/actions/setup-python)
| action | major | `v4` -> `v5` |
|
[actions/upload-artifact](https://github.com/actions/upload-artifact)
| action | major | `v3` -> `v4` |
|
[codecov/codecov-action](https://github.com/codecov/codecov-action)
| action | major | `v3` -> `v4` |
|
[release-drafter/release-drafter](https://github.com/release-drafter/release-drafter)
| action | major | `v5.25.0` -> `v6.0.0` |
|
[softprops/action-gh-release](https://github.com/softprops/action-gh-release)
| action | major | `v1` -> `v2` |

---

### Release Notes

<details>
<summary>actions/setup-python (actions/setup-python)</summary>

###
[`v5`](https://github.com/actions/setup-python/compare/v4...v5)

[Compare
Source](https://github.com/actions/setup-python/compare/v4...v5)

</details>

<details>
<summary>actions/upload-artifact (actions/upload-artifact)</summary>

###
[`v4`](https://github.com/actions/upload-artifact/compare/v3...v4)

[Compare
Source](https://github.com/actions/upload-artifact/compare/v3...v4)

</details>

<details>
<summary>codecov/codecov-action (codecov/codecov-action)</summary>

###
[`v4`](https://github.com/codecov/codecov-action/compare/v3...v4)

[Compare
Source](https://github.com/codecov/codecov-action/compare/v3...v4)

</details>

<details>
<summary>release-drafter/release-drafter
(release-drafter/release-drafter)</summary>

###
[`v6.0.0`](https://github.com/release-drafter/release-drafter/releases/tag/v6.0.0)

[Compare
Source](https://github.com/release-drafter/release-drafter/compare/v5.25.0...v6.0.0)

### What's Changed

- Update Node.js to 20
([#&#8203;1379](https://github.com/release-drafter/release-drafter/issues/1379))
[@&#8203;massongit](https://github.com/massongit)

**Full Changelog**:
release-drafter/release-drafter@v5.25.0...v6.0.0

</details>

<details>
<summary>softprops/action-gh-release
(softprops/action-gh-release)</summary>

###
[`v2`](https://github.com/softprops/action-gh-release/compare/v1...v2)

[Compare
Source](https://github.com/softprops/action-gh-release/compare/v1...v2)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "every weekend" in timezone Etc/UTC,
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://github.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/canonical/craftcraft).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC41Ni4wIiwidXBkYXRlZEluVmVyIjoiMzguNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 4, 2024
1 parent 9f93c4f commit 2f1ab78
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
fetch-depth: 0
- name: Setup Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.11'
- name: Install Tox
Expand All @@ -31,7 +31,7 @@ jobs:
- name: Build documentation
run: tox run --colored yes -e build-docs
- name: Upload documentation
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: docs
path: docs/_build/
2 changes: 1 addition & 1 deletion .github/workflows/release-drafter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Release Drafter
uses: release-drafter/release-drafter@v5.25.0
uses: release-drafter/release-drafter@v6.0.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6 changes: 3 additions & 3 deletions .github/workflows/release-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
git fetch --force --tags --depth 1
git describe --dirty --long --match '[0-9]*.[0-9]*.[0-9]*' --exclude '*[^0-9.]*'
- name: Setup Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.11"
check-latest: true
Expand All @@ -30,7 +30,7 @@ jobs:
python3 -m build
twine check dist/*
- name: Upload pypi packages artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: pypi-packages
path: dist/
Expand All @@ -54,7 +54,7 @@ jobs:
- name: Get pypi artifacts
uses: actions/download-artifact@v4.1.7
- name: Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
files: |
**
12 changes: 6 additions & 6 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: conventional commits
uses: webiny/action-conventional-commits@v1.3.0
- name: Setup Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.11'
cache: 'pip'
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
with:
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: |
3.8
Expand All @@ -73,13 +73,13 @@ jobs:
env:
PYTEST_ADDOPTS: "--no-header -vv -rN"
- name: Upload code coverage
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
directory: ./results/
files: coverage*.xml
- name: Upload test results
if: success() || failure()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: test-results-${{ matrix.platform }}
path: results/
Expand All @@ -93,7 +93,7 @@ jobs:
with:
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: |
3.8
Expand All @@ -115,7 +115,7 @@ jobs:
PYTEST_ADDOPTS: "--no-header -vv -rN"
- name: Upload test results
if: success() || failure()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: test-results-${{ matrix.platform }}
path: results/

0 comments on commit 2f1ab78

Please sign in to comment.