about summary refs log tree commit diff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-09-18 11:06:57 -0700
committerGitHub <noreply@github.com>2023-09-18 11:06:57 -0700
commitb92c7ea29265dc55bdcf22281c9bde58e8dffbe0 (patch)
tree123e7a46a9f14de128b0ae62d3c5c60d08dfde00
parenttrack nix' master instead of an old release (diff)
downloadfcuny.net-b92c7ea29265dc55bdcf22281c9bde58e8dffbe0.tar.gz
build(deps): bump actions/checkout from 3 to 4 (#6)
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--.github/workflows/page.yml2
-rw-r--r--.github/workflows/update.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/page.yml b/.github/workflows/page.yml
index 44551c5..14a4a13 100644
--- a/.github/workflows/page.yml
+++ b/.github/workflows/page.yml
@@ -18,7 +18,7 @@ jobs:
   build:
     runs-on: ubuntu-latest
     steps:
-      - uses: actions/checkout@v3
+      - uses: actions/checkout@v4
       - uses: DeterminateSystems/nix-installer-action@main
       - uses: DeterminateSystems/magic-nix-cache-action@main
       - run: nix build .#site --print-build-logs
diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml
index defcc3b..480f248 100644
--- a/.github/workflows/update.yml
+++ b/.github/workflows/update.yml
@@ -9,7 +9,7 @@ jobs:
     runs-on: ubuntu-latest
     steps:
       - name: Checkout repository
-        uses: actions/checkout@v3
+        uses: actions/checkout@v4
       - name: Install Nix
         uses: cachix/install-nix-action@v23
         with: