🏡 index : github.com/captn3m0/mf.captnemo.in.git

author dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2023-09-05 6:58:08.0 +00:00:00
committer Nemo <me@captnemo.in> 2023-09-20 13:43:09.0 +00:00:00
commit
5a2de0600933aef81d9649c5d77b29e43ffc9871 [patch]
tree
076a93452e552c5e31a2bc379638bc0c0bfc3bf7
parent
4dc1ea2a8262b1853a552f78568d6e94bc790255
download
5a2de0600933aef81d9649c5d77b29e43ffc9871.tar.gz

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>

Diff

 .github/workflows/auto-merge.yml   | 2 +-
 .github/workflows/daily-deploy.yml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml
index 5fdb8be..005cb9e 100644
--- a/.github/workflows/auto-merge.yml
+++ a/.github/workflows/auto-merge.yml
@@ -16,7 +16,7 @@
        uses: dependabot/fetch-metadata@v1.6.0
        with:
          github-token: "${{ secrets.GITHUB_TOKEN }}"
      - uses: actions/checkout@v3
      - uses: actions/checkout@v4
        name: Clone self repository
        with:
          ref: ${{ github.head_ref }}
diff --git a/.github/workflows/daily-deploy.yml b/.github/workflows/daily-deploy.yml
index f02676c..c64fcd2 100644
--- a/.github/workflows/daily-deploy.yml
+++ a/.github/workflows/daily-deploy.yml
@@ -10,7 +10,7 @@
    name: Daily Deploy
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v3
    - uses: actions/checkout@v4
    - uses: ruby/setup-ruby@v1
      with:
        bundler-cache: true