Skip to content

Commit

Permalink
Bump actions/checkout from 2 to 3
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v2...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 2, 2022
1 parent 5f210e2 commit acacdd6
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 acacdd6

Please sign in to comment.