🏡 index : github.com/captn3m0/news.git

author dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2024-04-01 5:13:25.0 +00:00:00
committer Nemo <me@captnemo.in> 2024-04-02 12:54:40.0 +05:30:00
commit
adf3b030a3c04ed114204028cb55df06e96978df [patch]
tree
53b4bde672b540f93212a4f323c6017ff990a843
parent
09d11fdf07623a77966eff0e11226b67bb28f1ad
download
adf3b030a3c04ed114204028cb55df06e96978df.tar.gz

Bump actions/configure-pages from 4 to 5

Bumps [actions/configure-pages](https://github.com/actions/configure-pages) from 4 to 5.
- [Release notes](https://github.com/actions/configure-pages/releases)
- [Commits](https://github.com/actions/configure-pages/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/configure-pages
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Diff

 .github/workflows/build.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 44934a4..7cf605a 100644
--- a/.github/workflows/build.yml
+++ a/.github/workflows/build.yml
@@ -36,7 +36,7 @@
          bundler-cache: true
      - name: Setup Pages
        id: pages
        uses: actions/configure-pages@v4
        uses: actions/configure-pages@v5
      - name: Build with Jekyll
        run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
        env: