Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Dec 13, 2022
1 parent c845a5a commit f9424d2
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3.1.0
- uses: actions/checkout@v3.2.0

# required for matrix of packages set
- uses: shivammathur/setup-php@2.22.0
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/split-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
# see json juggling: https://docs.github.com/en/free-pro-team@latest/actions/reference/context-and-expression-syntax-for-github-actions#example-6
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.1.0
- uses: actions/checkout@v3.2.0

- uses: shivammathur/setup-php@2.22.0

Expand All @@ -42,7 +42,7 @@ jobs:
name: Split Tests of ${{ matrix.package }}

steps:
- uses: actions/checkout@v3.1.0
- uses: actions/checkout@v3.2.0

- uses: shivammathur/setup-php@2.22.0

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/split.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3.1.0
- uses: actions/checkout@v3.2.0

# required for matrix of packages set
- uses: shivammathur/setup-php@2.22.0
Expand All @@ -42,7 +42,7 @@ jobs:
name: Monorepo Split of ${{ matrix.package }}

steps:
- uses: actions/checkout@v3.1.0
- uses: actions/checkout@v3.2.0
with:
fetch-depth: '0'
persist-credentials: 'false'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3.1.0
uses: actions/checkout@v3.2.0

- name: Setup PHP
uses: shivammathur/setup-php@2.22.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.1.0
- uses: actions/checkout@v3.2.0
with:
fetch-depth: 0
- uses: FantasticFiasco/action-update-license-year@v2
Expand Down

0 comments on commit f9424d2

Please sign in to comment.