Skip to content

Commit

Permalink
chore(deps): bump the github-actions-dependencies group with 4 updates
Browse files Browse the repository at this point in the history
Bumps the github-actions-dependencies group with 4 updates: [escemi-tech/actions-node](https://github.com/escemi-tech/actions-node), [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact), [actions/deploy-pages](https://github.com/actions/deploy-pages) and [jtalk/url-health-check-action](https://github.com/jtalk/url-health-check-action).

Updates `escemi-tech/actions-node` from 1.10.0 to 1.14.0
- [Release notes](https://github.com/escemi-tech/actions-node/releases)
- [Commits](escemi-tech/actions-node@v1.10.0...v1.14.0)

Updates `actions/upload-pages-artifact` from 1 to 3
- [Release notes](https://github.com/actions/upload-pages-artifact/releases)
- [Commits](actions/upload-pages-artifact@v1...v3)

Updates `actions/deploy-pages` from 1 to 4
- [Release notes](https://github.com/actions/deploy-pages/releases)
- [Commits](actions/deploy-pages@v1...v4)

Updates `jtalk/url-health-check-action` from 2 to 3
- [Release notes](https://github.com/jtalk/url-health-check-action/releases)
- [Commits](Jtalk/url-health-check-action@v2...v3)

---
updated-dependencies:
- dependency-name: escemi-tech/actions-node
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions-dependencies
- dependency-name: actions/upload-pages-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions-dependencies
- dependency-name: actions/deploy-pages
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions-dependencies
- dependency-name: jtalk/url-health-check-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Emilien Escalle <[email protected]>
  • Loading branch information
dependabot[bot] authored and neilime committed Jan 2, 2024
1 parent de6f766 commit 0f91475
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,25 @@ jobs:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
steps:
- name: ⚙️ Setup Pages
id: pages
uses: actions/configure-pages@v4
with:
static_site_generator: gatsby

- name: 🏗️ Build
uses: escemi-tech/[email protected]
- uses: actions/upload-pages-artifact@v1
uses: escemi-tech/[email protected]

- uses: actions/upload-pages-artifact@v3
with:
path: ./public

- name: 🚀 Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v4

- name: 🔭 Check the site is up
uses: jtalk/url-health-check-action@v2
uses: jtalk/url-health-check-action@v3
with:
url: ${{ steps.deployment.outputs.page_url }}

Expand Down

0 comments on commit 0f91475

Please sign in to comment.