Skip to content

Commit

Permalink
chore(deps): update dependency ubuntu to v22 (#561)
Browse files Browse the repository at this point in the history
Co-authored-by: tradeshift-renovate[bot] <121954292+tradeshift-renovate[bot]@users.noreply.github.com>
  • Loading branch information
tradeshift-renovate[bot] authored Jan 28, 2024
1 parent b5fef4f commit a7dd91d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
outputs:
needs-update: ${{ steps.diff.outcome != 'success' }}
steps:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on: [pull_request]

jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -28,7 +28,7 @@ jobs:
run: git diff --quiet dist

self-check:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -47,7 +47,7 @@ jobs:
docker pull ${{ steps.build.outputs.image }}
self-check-custom-tag:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with:
Expand Down
2 changes: 2 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
@tradeshift:registry=https://npm.pkg.github.com
@tradeshift:registry=https://npm.pkg.github.com
@tradeshift:registry=https://npm.pkg.github.com
@tradeshift:registry=https://npm.pkg.github.com




Expand Down

0 comments on commit a7dd91d

Please sign in to comment.