Unverified Commit 2ef7eda0 authored by dependabot[bot]'s avatar dependabot[bot] Committed by GitHub
Browse files

Bump the github-actions group with 2 updates (#167)

Bumps the github-actions group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [actions/first-interaction](https://github.com/actions/first-interaction).


Updates `actions/checkout` from 4.3.0 to 5.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/v4.3.0...v5.0.0)

Updates `actions/first-interaction` from 2.0.0 to 3.0.0
- [Release notes](https://github.com/actions/first-interaction/releases)
- [Commits](https://github.com/actions/first-interaction/compare/v2.0.0...v3.0.0

)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 5.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: actions/first-interaction
  dependency-version: 3.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  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 4b8c5a6c
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.3.0
      - uses: actions/checkout@v5.0.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.3.0
        uses: actions/checkout@v5.0.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.3.0
        uses: actions/checkout@v5.0.0

      # Install the cosign tool except on PR
      # https://github.com/sigstore/cosign-installer
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ jobs:
      issues: write
      pull-requests: write
    steps:
      - uses: actions/first-interaction@v2.0.0
      - uses: actions/first-interaction@v3.0.0
        with:
          repo-token: ${{ secrets.GITHUB_TOKEN }}
          issue-message: 🎉 Thank you for your first issue! We will look into it soon.
+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.3.0
        uses: actions/checkout@v5.0.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.3.0
        uses: actions/checkout@v5.0.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.3.0
        uses: actions/checkout@v5.0.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.3.0
  #       uses: actions/checkout@v5.0.0
  #     - name: Run Tests
  #       run: |
  #         echo "Building image to test"