From c50fc0a227645df3324aa95c776d2a3524affadc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Mar 2023 16:04:16 +0200 Subject: [PATCH] chore: bump actions/checkout from 3.3.0 to 3.5.0 (#12) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/push.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index a8ef792..bc0e485 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v3.3.0 + uses: actions/checkout@v3.5.0 - name: Get go.mod details uses: Eun/go-mod-details@v1.0.6 @@ -35,7 +35,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3.3.0 + uses: actions/checkout@v3.5.0 - uses: actions/setup-go@v3 # we cannot use nancy-github-action because it is outdated, so it's better to use the latest @@ -53,7 +53,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v3.3.0 + uses: actions/checkout@v3.5.0 - name: Get go.mod details uses: Eun/go-mod-details@v1.0.6