Skip to content

Commit

Permalink
Merge pull request #72 from mockito/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/checkout-3

Bump actions/checkout from 2 to 3

[skip release]
  • Loading branch information
slawekjaranowski authored Apr 23, 2022
2 parents 9f2ae20 + acacdd6 commit 4ae3bf0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
steps:

- name: 1. Check out code
uses: actions/checkout@v2 # https://github.com/actions/checkout
uses: actions/checkout@v3 # https://github.com/actions/checkout

- name: 2. Set up Java 8
uses: actions/setup-java@v2 # https://github.com/actions/setup-java
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
steps:

- name: 1. Check out code
uses: actions/checkout@v2 # https://github.com/actions/checkout
uses: actions/checkout@v3 # https://github.com/actions/checkout

- name: 2. Set up Java ${{ matrix.java }}
uses: actions/setup-java@v2 # https://github.com/actions/setup-java
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
steps:

- name: Check out code
uses: actions/checkout@v2 # https://github.com/actions/checkout
uses: actions/checkout@v3 # https://github.com/actions/checkout
with:
fetch-depth: '0' # https://github.com/shipkit/shipkit-changelog#fetch-depth-on-ci

Expand Down

0 comments on commit 4ae3bf0

Please sign in to comment.