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:07:42 -0700
committerGitHub <noreply@github.com>2023-09-18 11:07:42 -0700
commit21e4bbd169cfbac1cec0d8a7631219de5fdee882 (patch)
treedcfe1ee5918ab5cfadbfe73be606d6361560bfd7
parentadd ssh key from 1passowrd and sign commits (diff)
downloadworld-21e4bbd169cfbac1cec0d8a7631219de5fdee882.tar.gz
build(deps): bump actions/checkout from 3 to 4 (#1)
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/update.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml
index ad30b8f..8f86101 100644
--- a/.github/workflows/update.yml
+++ b/.github/workflows/update.yml
@@ -9,7 +9,7 @@ jobs:
   update-packages:
     runs-on: ubuntu-latest
     steps:
-    - uses: actions/checkout@v3
+    - uses: actions/checkout@v4
     - uses: cachix/install-nix-action@v23
       with:
         extra_nix_config: |