Skip to content

Commit

Permalink
Merge pull request #357 from Tradeshift/renovate/actions-checkout-4.x
Browse files Browse the repository at this point in the history
chore(deps): update actions/checkout action to v4
  • Loading branch information
tradeshift-renovatebot authored Dec 3, 2024
2 parents 724433d + 6b4169a commit fd5911f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
build:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set-up Node with .nvmrc
uses: actions/setup-node@v3
with:
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
runs-on: ubuntu-latest
needs: [build]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: tradeshift/actions-semantic-release@v2
id: semantic-release
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
build:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Set-up Node with .nvmrc
Expand Down
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
@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 fd5911f

Please sign in to comment.