Skip to content

Commit

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

Bump actions/checkout from 4.1.5 to 4.1.6
  • Loading branch information
mergify[bot] authored May 17, 2024
2 parents 893c908 + 8d8a9b8 commit c77afa9
Showing 1 changed file with 3 additions and 3 deletions.
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.5
uses: actions/checkout@v4.1.6
- 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.5
uses: actions/checkout@v4.1.6
- name: Create GitHub release draft
uses: release-drafter/release-drafter@v6
env:
Expand All @@ -43,7 +43,7 @@ jobs:
packages: write
steps:
- name: Checkout
uses: actions/checkout@v4.1.5
uses: actions/checkout@v4.1.6
- name: Set up JDK
uses: actions/setup-java@v4
with:
Expand Down

0 comments on commit c77afa9

Please sign in to comment.