build(deps): bump the github-actions group across 1 directory with 7 updates

Bumps the github-actions group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [google-github-actions/auth](https://github.com/google-github-actions/auth) | `1.3.0` | `2.1.10` |
| [google-github-actions/setup-gcloud](https://github.com/google-github-actions/setup-gcloud) | `0` | `2` |
| [actions/checkout](https://github.com/actions/checkout) | `2` | `4` |
| [chainguard-dev/actions](https://github.com/chainguard-dev/actions) | `e74da3cd82dab55e35736f1ef031a12fa5b95299` | `d9b7e22c19086f609cfeaea6d3b3e34f7ecc7266` |
| [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) | `4.2.4` | `7.0.8` |
| [actions/setup-go](https://github.com/actions/setup-go) | `2` | `5` |
| [actions/cache](https://github.com/actions/cache) | `2` | `4` |



Updates `google-github-actions/auth` from 1.3.0 to 2.1.10
- [Release notes](https://github.com/google-github-actions/auth/releases)
- [Changelog](https://github.com/google-github-actions/auth/blob/main/CHANGELOG.md)
- [Commits](https://github.com/google-github-actions/auth/compare/3a3c4c57d294ef65efaaee4ff17b22fa88dd3c69...ba79af03959ebeac9769e648f473a284504d9193)

Updates `google-github-actions/setup-gcloud` from 0 to 2
- [Release notes](https://github.com/google-github-actions/setup-gcloud/releases)
- [Commits](https://github.com/google-github-actions/setup-gcloud/compare/v0...v2)

Updates `actions/checkout` from 2 to 4
- [Release notes](https://github.com/actions/checkout/releases)
- [Commits](https://github.com/actions/checkout/compare/v2...v4)

Updates `chainguard-dev/actions` from e74da3cd82dab55e35736f1ef031a12fa5b95299 to d9b7e22c19086f609cfeaea6d3b3e34f7ecc7266
- [Release notes](https://github.com/chainguard-dev/actions/releases)
- [Changelog](https://github.com/chainguard-dev/actions/blob/main/.goreleaser.yml)
- [Commits](https://github.com/chainguard-dev/actions/compare/e74da3cd82dab55e35736f1ef031a12fa5b95299...d9b7e22c19086f609cfeaea6d3b3e34f7ecc7266)

Updates `peter-evans/create-pull-request` from 4.2.4 to 7.0.8
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](https://github.com/peter-evans/create-pull-request/compare/38e0b6e68b4c852a5500a94740f0e535e0d7ba54...271a8d0340265f705b14b6d32b9829c1cb33d45e)

Updates `actions/setup-go` from 2 to 5
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/v2...v5)

Updates `actions/cache` from 2 to 4
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v2...v4)

---
updated-dependencies:
- dependency-name: google-github-actions/auth
  dependency-version: 2.1.10
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: google-github-actions/setup-gcloud
  dependency-version: '2'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: actions/checkout
  dependency-version: '4'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: chainguard-dev/actions
  dependency-version: d9b7e22c19086f609cfeaea6d3b3e34f7ecc7266
  dependency-type: direct:production
  dependency-group: github-actions
- dependency-name: peter-evans/create-pull-request
  dependency-version: 7.0.8
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: actions/setup-go
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: actions/cache
  dependency-version: '4'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
diff --git a/.github/workflows/ci-update-workflow.yml b/.github/workflows/ci-update-workflow.yml
index 91fcad0..6949880 100644
--- a/.github/workflows/ci-update-workflow.yml
+++ b/.github/workflows/ci-update-workflow.yml
@@ -19,12 +19,12 @@
       id-token: write # Enable OIDC
     steps:
     - id: 'auth'
-      uses: google-github-actions/auth@3a3c4c57d294ef65efaaee4ff17b22fa88dd3c69 # v1.3.0
+      uses: google-github-actions/auth@ba79af03959ebeac9769e648f473a284504d9193 # v2.1.10
       with:
         credentials_json: '${{ secrets.GCP_CREDENTIALS }}'
 
     - name: 'Set up Cloud SDK'
-      uses: google-github-actions/setup-gcloud@e30db14379863a8c79331b04a9969f4c1e225e0b # v1.1.1
+      uses: google-github-actions/setup-gcloud@6189d56e4096ee891640bb02ac264be376592d6a # v2.1.2
 
     - name: Get available Go versions
       run: |
@@ -35,11 +35,11 @@
       id: get_versions
 
     - name: Checkout appengine repo
-      uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0
+      uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
 
     # Sign the commit.
     # https://www.chainguard.dev/unchained/keyless-git-commit-signing-with-gitsign-and-github-actions
-    - uses: chainguard-dev/actions/setup-gitsign@e74da3cd82dab55e35736f1ef031a12fa5b95299 # main
+    - uses: chainguard-dev/actions/setup-gitsign@d9b7e22c19086f609cfeaea6d3b3e34f7ecc7266 # main
 
     - name: Update Go versions
       run: |
@@ -58,7 +58,7 @@
         sed -i "0,/^        go-version: \[.*/s//        go-version: \[$versions_str\]/" .github/workflows/ci-v2.yaml
   
     - name: Create Pull Request
-      uses: peter-evans/create-pull-request@38e0b6e68b4c852a5500a94740f0e535e0d7ba54 # v4.2.4
+      uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8
       with:
         token: ${{ secrets.GITHUB_TOKEN }}
         commit-message: Update go-version matrix
diff --git a/.github/workflows/ci-v2.yaml b/.github/workflows/ci-v2.yaml
index 5c56852..ec4bc88 100644
--- a/.github/workflows/ci-v2.yaml
+++ b/.github/workflows/ci-v2.yaml
@@ -26,13 +26,13 @@
        sudo apt-get install -y python2
        sudo apt-get install -y python3
     - name: Set up Go
-      uses: actions/setup-go@v2
+      uses: actions/setup-go@v5
       with:
         go-version: ${{ matrix.go-version }}
     - name: Checkout
-      uses: actions/checkout@v2
+      uses: actions/checkout@v4
     - name: Cache go modules
-      uses: actions/cache@v2
+      uses: actions/cache@v4
       with:
         path: |
           ~/.cache/go-build
@@ -41,7 +41,7 @@
         restore-keys: |
           ${{ runner.os }}-${{ matrix.go-version }}-go-
     - name: Set up Cloud SDK
-      uses: google-github-actions/setup-gcloud@v0
+      uses: google-github-actions/setup-gcloud@v2
     - name: Install
       working-directory: ${{env.working-directory}}
       env:
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index f5441e4..661a6dc 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -25,13 +25,13 @@
        sudo apt-get install -y python3
        export CLOUDSDK_PYTHON="python3"
     - name: Set up Go
-      uses: actions/setup-go@v2
+      uses: actions/setup-go@v5
       with:
         go-version: ${{ matrix.go-version }}
     - name: Checkout
-      uses: actions/checkout@v2
+      uses: actions/checkout@v4
     - name: Cache go modules
-      uses: actions/cache@v2
+      uses: actions/cache@v4
       with:
         path: |
           ~/.cache/go-build
@@ -40,7 +40,7 @@
         restore-keys: |
           ${{ runner.os }}-${{ matrix.go-version }}-go-
     - name: Set up Cloud SDK
-      uses: google-github-actions/setup-gcloud@v0
+      uses: google-github-actions/setup-gcloud@v2
     - name: Install
       env:
         GO111MODULE: on