From e295df0aabce4fd43d717b6765aae39723be7ef1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 16:24:48 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4 --- .github/workflows/build.yml | 2 +- .github/workflows/gofmt.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 43058ba..4e8c902 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,7 +21,7 @@ jobs: go-version: ${{ matrix.go-version }} id: go - name: check out code - uses: actions/checkout@v2.3.5 + uses: actions/checkout@v4.1.1 with: repository: ${{ github.event.pull_request.head.repo.full_name }} ref: ${{ github.head_ref }} diff --git a/.github/workflows/gofmt.yml b/.github/workflows/gofmt.yml index afe5a99..ae30a84 100644 --- a/.github/workflows/gofmt.yml +++ b/.github/workflows/gofmt.yml @@ -37,7 +37,7 @@ jobs: key: ${{ runner.os }}-go-${{ env.golang-version }} - name: installing golines run: go get -u github.com/segmentio/golines - - uses: actions/checkout@v2.3.5 + - uses: actions/checkout@v4.1.1 with: repository: ${{ github.event.pull_request.head.repo.full_name }} ref: ${{ github.head_ref }}