Skip to content

Commit

Permalink
Merge pull request #595 from Tradeshift/renovate/actions-core-1.x
Browse files Browse the repository at this point in the history
fix(deps): update dependency @actions/core to v1.11.1
  • Loading branch information
arminioa committed Oct 25, 2024
2 parents e38ceb0 + 8b7d833 commit b5626c3
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 46 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-22.04
runs-on: ubuntu-24.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-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -28,7 +28,7 @@ jobs:
run: git diff --quiet dist

self-check:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.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-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
with:
Expand Down
15 changes: 0 additions & 15 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1,19 +1,4 @@
@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
@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
@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
@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
38 changes: 12 additions & 26 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"license": "MIT",
"dependencies": {
"@actions/cache": "3.2.4",
"@actions/core": "1.10.1",
"@actions/core": "1.11.1",
"@actions/exec": "1.1.1",
"@actions/github": "5.1.1",
"@actions/http-client": "2.2.0",
Expand Down

0 comments on commit b5626c3

Please sign in to comment.