Skip to content

Commit

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

Bump actions/checkout from 3.2.0 to 3.3.0
  • Loading branch information
usommerl authored Jan 6, 2023
2 parents 7dfcfa4 + 4650067 commit 2d73991
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@v3.2.0
uses: actions/checkout@v3.3.0
- name: Set up JDK
uses: actions/setup-java@v3
with:
Expand All @@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3.2.0
uses: actions/checkout@v3.3.0
- name: Create GitHub release draft
uses: release-drafter/release-drafter@v5
env:
Expand All @@ -39,7 +39,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3.2.0
uses: actions/checkout@v3.3.0
- name: Set up JDK
uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit 2d73991

Please sign in to comment.