Skip to content

Commit

Permalink
Merge pull request #533 from usommerl/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/checkout-4.1.3

Bump actions/checkout from 4.1.2 to 4.1.3
  • Loading branch information
usommerl authored Apr 24, 2024
2 parents 6a3b496 + 7de1f3b commit 42f2bbd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,13 @@ pull_request_rules:
actions:
merge:
method: merge
- name: Automatically merge Dependabot PRs on CI success
conditions:
- author=dependabot[bot]
- status-success=ci
actions:
merge:
method: merge
- name: Delete head branch after merge
conditions:
- merged
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4.1.2
uses: actions/checkout@v4.1.3
- name: Set up JDK
uses: actions/setup-java@v4
with:
Expand All @@ -27,7 +27,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4.1.2
uses: actions/checkout@v4.1.3
- name: Create GitHub release draft
uses: release-drafter/release-drafter@v6
env:
Expand All @@ -40,7 +40,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4.1.2
uses: actions/checkout@v4.1.3
- name: Set up JDK
uses: actions/setup-java@v4
with:
Expand Down

0 comments on commit 42f2bbd

Please sign in to comment.