Skip to content

Commit

Permalink
Merge pull request #192 from vespa-engine/renovate/actions-checkout-4.x
Browse files Browse the repository at this point in the history
Update actions/checkout action to v4
  • Loading branch information
kkraune authored Sep 8, 2023
2 parents 35d02f5 + c9818a8 commit faa2c8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-ui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Use Node.js 16
uses: actions/setup-node@v3
with:
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
name: site-artifacts
path: ../build
- name: Check out code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: gh-pages
- name: Deploy to gh-pages
Expand Down

0 comments on commit faa2c8b

Please sign in to comment.