From 42e9f6c585df32be0f8ed9b6eb4854eee9d41640 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 11 Sep 2023 04:51:50 +0000
Subject: [PATCH] build(deps): bump actions/checkout from 3.1.0 to 4.0.0

Bumps [actions/checkout](https://github.com/actions/checkout) from 3.1.0 to 4.0.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.1.0...v4.0.0)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 .github/workflows/actions.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml
index f96f502..d42bd50 100644
--- a/.github/workflows/actions.yml
+++ b/.github/workflows/actions.yml
@@ -20,7 +20,7 @@ jobs:
           stable: false
           go-version: ${{ matrix.go-version }}
 
-      - uses: actions/checkout@v3.1.0
+      - uses: actions/checkout@v4.0.0
 
       - name: run tests
         run: go test -vet all -race ./...
@@ -29,6 +29,6 @@ jobs:
     name: lint
     runs-on: ubuntu-latest
     steps:
-      - uses: actions/checkout@v3.1.0
+      - uses: actions/checkout@v4.0.0
 
       - uses: golangci/golangci-lint-action@v3.3.1