From 20cf96c23630b1c2408236f0132161c636b73908 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Mar 2022 09:43:07 +0000 Subject: [PATCH] build(deps): bump actions/checkout from 2 to 3 Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 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/v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 4 ++-- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/container.yml | 2 +- .github/workflows/docs.yml | 2 +- .github/workflows/jsonnet.yml | 2 +- .github/workflows/release.yml | 8 ++++---- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index eeb1eb3666..d741c6bb8f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,7 +20,7 @@ jobs: run: sudo apt-get install llvm libelf-dev - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0 @@ -69,7 +69,7 @@ jobs: run: go install mvdan.cc/gofumpt@latest - name: Check out code into the Go module directory - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Initialize and update libbpf submodule run: git submodule init && git submodule update diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 3b61d05b9d..a13f76d04c 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -44,7 +44,7 @@ jobs: go-version: ^1.17 - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Initialize and update libbpf submodule run: git submodule init && git submodule update diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index d9cf452e06..584f6e6124 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out code into the Go module directory - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Initialize and update libbpf submodule run: git submodule init && git submodule update diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 5c273b06a7..e0c61255e6 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out code into the Go module directory - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Set up Go 1.x uses: actions/setup-go@v2 diff --git a/.github/workflows/jsonnet.yml b/.github/workflows/jsonnet.yml index cc8c8a5310..0406c9d779 100644 --- a/.github/workflows/jsonnet.yml +++ b/.github/workflows/jsonnet.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out code into the Go module directory - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Set up Go uses: actions/setup-go@v2 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7ddb4c8ad7..5367aa2984 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: run: sudo apt-get install llvm libelf-dev - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0 @@ -52,7 +52,7 @@ jobs: needs: goreleaser steps: - name: Check out code into the Go module directory - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Set up Go uses: actions/setup-go@v2 @@ -85,7 +85,7 @@ jobs: runs-on: ubuntu-latest needs: manifests steps: - - uses: actions/checkout@master + - uses: actions/checkout@v3 - name: Publish Netlify uses: netlify/actions/build@master @@ -102,7 +102,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out code into the Go module directory - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Initialize and update libbpf submodule run: git submodule init && git submodule update