Skip to content

Commit

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

Bump actions/checkout from 3.0.2 to 3.1.0
  • Loading branch information
usommerl authored Oct 12, 2022
2 parents 95ddfee + 44cb715 commit 86dfc8a
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.0.2
uses: actions/checkout@v3.1.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.0.2
uses: actions/checkout@v3.1.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.0.2
uses: actions/checkout@v3.1.0
- name: Set up JDK
uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit 86dfc8a

Please sign in to comment.