From 3394b8152f02b6d80bd11698134199c19d3a20d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 01:18:51 +0000 Subject: [PATCH] chore: bump the all group with 1 update Bumps the all group with 1 update: [actions/checkout](https://github.com/actions/checkout). - [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...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major dependency-group: all ... Signed-off-by: dependabot[bot] --- .github/workflows/gatekeeper.yml | 4 ++-- .github/workflows/workflow.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/gatekeeper.yml b/.github/workflows/gatekeeper.yml index af80e0c3e..34c7dd94c 100644 --- a/.github/workflows/gatekeeper.yml +++ b/.github/workflows/gatekeeper.yml @@ -13,12 +13,12 @@ jobs: go-version: "1.21" - name: Check out code into the Go module directory - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: path: go/src/github.com/open-policy-agent/frameworks - name: Check out Gatekeeper default branch - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: open-policy-agent/gatekeeper path: go/src/github.com/open-policy-agent/gatekeeper diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 634e8eb2c..ded3a2476 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 5 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up Go uses: actions/setup-go@v4 with: @@ -30,7 +30,7 @@ jobs: go-version: "1.21" - name: Check out code into the Go module directory - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: path: go/src/github.com/open-policy-agent/frameworks