From e3dbea370f9d9fe31e4431f9f911880cf5572b73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Aug 2023 23:13:44 +0000 Subject: [PATCH] Bump actions/checkout from 3.5.3 to 3.6.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.3 to 3.6.0. - [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.5.3...v3.6.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 2 +- .github/workflows/master-build.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3a9d056c..8e95ecef 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -15,7 +15,7 @@ jobs: EOF - name: Check out repository code - uses: actions/checkout@v3.5.3 + uses: actions/checkout@v3.6.0 - name: Install Golang uses: actions/setup-go@v4.1.0 diff --git a/.github/workflows/master-build.yaml b/.github/workflows/master-build.yaml index 7a4cdd2a..41a28fac 100644 --- a/.github/workflows/master-build.yaml +++ b/.github/workflows/master-build.yaml @@ -19,7 +19,7 @@ jobs: EOF - name: Check out repository code - uses: actions/checkout@v3.5.3 + uses: actions/checkout@v3.6.0 - name: Install Golang uses: actions/setup-go@v4.1.0