From c0adb01f9de5b54e83c3b7e94ce519b887122547 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 12:37:11 +0000 Subject: [PATCH] Bump actions/checkout from 4.1.2 to 4.1.3 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.2 to 4.1.3. - [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/v4.1.2...v4.1.3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/go.yaml | 2 +- .github/workflows/update.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go.yaml b/.github/workflows/go.yaml index 8df6132..c6222a2 100644 --- a/.github/workflows/go.yaml +++ b/.github/workflows/go.yaml @@ -13,7 +13,7 @@ jobs: timeout-minutes: 5 steps: - name: Checkout repo - uses: actions/checkout@v4.1.2 + uses: actions/checkout@v4.1.3 with: submodules: recursive diff --git a/.github/workflows/update.yaml b/.github/workflows/update.yaml index 2257006..10ac595 100644 --- a/.github/workflows/update.yaml +++ b/.github/workflows/update.yaml @@ -12,7 +12,7 @@ jobs: timeout-minutes: 60 steps: - name: Checkout repo - uses: actions/checkout@v4.1.2 + uses: actions/checkout@v4.1.3 with: token: ${{ secrets.DOMAINRBOT_RW_GITHUB_ACCESS_TOKEN }} submodules: recursive