Skip to content

Commit

Permalink
Merge branch 'main' into renovate/actions-setup-node-3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
kodiakhq[bot] authored Jul 5, 2023
2 parents 1b722f7 + 27bfb6b commit fda0bc6
Show file tree
Hide file tree
Showing 3 changed files with 71 additions and 38 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cypress-edge-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
containers: [1]
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Generate Github token
uses: navikt/github-app-token-generator@v1
Expand All @@ -25,7 +25,7 @@ jobs:
app-id: ${{ secrets.TOKENS_APP_ID }}

- name: Checkout @netlify/wait-for-deploy-action
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
repository: netlify/wait-for-deploy-action
token: ${{ steps.get-token.outputs.token }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
token: ${{ steps.get-token.outputs.token }}
command: manifest
- uses: actions/checkout@v2
- uses: actions/checkout@v3
if: ${{ steps.release.outputs.releases_created }}
- uses: actions/setup-node@v3
with:
Expand Down
103 changes: 68 additions & 35 deletions package-lock.json

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

0 comments on commit fda0bc6

Please sign in to comment.