Skip to content

Commit

Permalink
Merge pull request #14 from Think-Cube/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/checkout-4

Bump actions/checkout from 2 to 4
  • Loading branch information
spy86 authored Jun 10, 2024
2 parents bbf238e + c2b67f9 commit 3ab3d01
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/auto-merge-github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,15 @@ on:
- opened
- synchronize
permissions:
contents: write
contents: write-all
pull-requests: write
jobs:
auto-merge:
runs-on: ubuntu-latest
if: github.event.pull_request.user.login == 'dependabot[bot]' && contains(github.event.pull_request.head.ref, 'dependabot/github_actions/')
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Auto approve
uses: hmarr/[email protected]
with:
Expand Down

0 comments on commit 3ab3d01

Please sign in to comment.