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] <[email protected]>
  • Loading branch information
dependabot[bot] authored and korelstar committed Mar 8, 2022
1 parent 0be06c5 commit 362c54e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Set up Node
uses: actions/setup-node@v3
with:
Expand All @@ -34,7 +34,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Setup xmllint
run: |
sudo apt update
Expand All @@ -54,7 +54,7 @@ jobs:
NC_API_TAG: 'dev-master'
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Determine PHP version
env:
VERSION_MINMAX: ${{ matrix.version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
PHPUNIT: phpunit
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Determine PHP version
env:
VERSION_MINMAX: ${{ matrix.version }}
Expand Down

0 comments on commit 362c54e

Please sign in to comment.