Unverified Commit 4b8c5a6c authored by dependabot[bot]'s avatar dependabot[bot] Committed by GitHub
Browse files

Bump actions/checkout from 4.2.2 to 4.3.0 in the github-actions group (#166)

Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout).


Updates `actions/checkout` from 4.2.2 to 4.3.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/v4.2.2...v4.3.0

)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 4.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
...

Signed-off-by: default avatardependabot[bot] <support@github.com>
Co-authored-by: default avatardependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
parent 5214f8f3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ jobs:
  pull-request:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v4.2.2
      - uses: actions/checkout@v4.3.0

      - name: Auto Pull Request
        uses: diillson/auto-pull-request@v1.0.1
+1 −1
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@ jobs:

    steps:
      - name: Checkout repository
        uses: actions/checkout@v4.2.2
        uses: actions/checkout@v4.3.0

      # Install the cosign tool except on PR
      # https://github.com/sigstore/cosign-installer
+1 −1
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@ jobs:

    steps:
      - name: Checkout repository
        uses: actions/checkout@v4.2.2
        uses: actions/checkout@v4.3.0

      # Install the cosign tool except on PR
      # https://github.com/sigstore/cosign-installer
+4 −4
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ jobs:
    runs-on: ubuntu-latest
    steps:
      - name: Checkout Repo
        uses: actions/checkout@v4.2.2
        uses: actions/checkout@v4.3.0
      - name: Run Tests
        run: |
          echo "Building image to test"
@@ -21,7 +21,7 @@ jobs:
    runs-on: ubuntu-latest
    steps:
      - name: Checkout Repo
        uses: actions/checkout@v4.2.2
        uses: actions/checkout@v4.3.0
      - name: Run Tests
        run: |
          echo "Building image to test"
@@ -31,7 +31,7 @@ jobs:
    runs-on: ubuntu-latest
    steps:
      - name: Checkout Repo
        uses: actions/checkout@v4.2.2
        uses: actions/checkout@v4.3.0
      - name: Run Tests
        run: |
          echo "Building image to test"
@@ -41,7 +41,7 @@ jobs:
  #   runs-on: ubuntu-latest
  #   steps:
  #     - name: Checkout Repo
  #       uses: actions/checkout@v4.2.2
  #       uses: actions/checkout@v4.3.0
  #     - name: Run Tests
  #       run: |
  #         echo "Building image to test"