Skip to content
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.

Commit

Permalink
Bump actions/checkout from v2.3.0 to v2.3.1 (#262)
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from v2.3.0 to v2.3.1.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/master/CHANGELOG.md)
- [Commits](actions/checkout@v2.3.0...28c7f3d)

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 Jun 19, 2020
1 parent 7b75c1e commit 33a8a00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -27,7 +27,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2.3.0
uses: actions/checkout@v2.3.1

- name: Setup cache environment
id: cache-env
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/static.yml
Expand Up @@ -24,7 +24,7 @@ jobs:

steps:
- name: "Checkout"
uses: "actions/checkout@v2.3.0"
uses: "actions/checkout@v2.3.1"

- name: "Install PHP"
uses: "shivammathur/setup-php@v2"
Expand Down

0 comments on commit 33a8a00

Please sign in to comment.