zola-check-manager

A Github Action allowing you to manage the zola check results in github
git clone git://archive.git.mtrnord.blog/MTRNord/zola-check-manager.git
Log | Files | Refs | README | LICENSE

commit b590ab6f0258c2250cca8f0a197c43cf64368c11
parent bcf9ff8d3aa1400c12fa040b32fac9a4bd19d399
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Sun, 29 Dec 2024 13:41:44 +0000

Bump actions/checkout from 3 to 4

Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

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

Signed-off-by: dependabot[bot] <support@github.com>
Diffstat:
M.github/workflows/check-dist.yml | 2+-
M.github/workflows/codeql-analysis.yml | 2+-
M.github/workflows/test.yml | 4++--
3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/check-dist.yml b/.github/workflows/check-dist.yml @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set Node.js 16.x uses: actions/setup-node@v3.8.1 diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml @@ -38,7 +38,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml @@ -10,7 +10,7 @@ jobs: build: # make sure build/ci work properly runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - run: | npm install - run: | @@ -20,7 +20,7 @@ jobs: permissions: checks: write steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: ./ with: working_directory: ./test_page