Skip to content

Commit

Permalink
chore(actions): update dependency ubuntu to v22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 2, 2024
1 parent 47dc7ec commit a170b11
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
prepare:
name: Calculate Version
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

outputs:
new_release: ${{ steps.semantic.outputs.new_release_published }}
Expand All @@ -30,7 +30,7 @@ jobs:
if: needs.prepare.outputs.new_release == 'true'

name: Create Pre-Release
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

needs: prepare

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
package:
name: Build and Package
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

outputs:
version: ${{ steps.version.outputs.value }}
Expand Down Expand Up @@ -41,7 +41,7 @@ jobs:

upload-assets:
name: Upload Assets to Release
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

needs: package

Expand All @@ -51,15 +51,15 @@ jobs:
name: built-artifacts
path: dist/

- uses: AButler/upload-release-assets@v3.0
- uses: AButler/upload-release-assets@v2.0
with:
files: 'dist/*'
repo-token: ${{ secrets.ACCESS_TOKEN }}
release-tag: ${{ needs.package.outputs.version }}

publish-pypi:
name: Publish packages to PyPi
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

needs: package

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
jobs:
validate:
name: Validate
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit a170b11

Please sign in to comment.