Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and marcofranssen committed Jul 3, 2023
1 parent 3ce977a commit ec77087
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 @@ -21,7 +21,7 @@ jobs:
version: '1.5.2'

- name: Check out code
uses: actions/checkout@v3.3.0
uses: actions/checkout@v3.5.3
with:
submodules: recursive

Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
node-version: ${{ matrix.node-version }}

- name: Check out code
uses: actions/checkout@v3.3.0
uses: actions/checkout@v3.5.3

- name: Get yarn cache directory path
id: yarn-cache-dir-path
Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Check out code
uses: actions/checkout@v3.3.0
uses: actions/checkout@v3.5.3
with:
fetch-depth: 0
submodules: recursive
Expand Down

0 comments on commit ec77087

Please sign in to comment.