Skip to content

Commit f477442

Browse files
Update actions/checkout from 2 to 3 (#5)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2ae114a commit f477442

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
run: |
7474
apt update && apt-get install git -yqq
7575
- name: Checkout code
76-
uses: actions/checkout@v2
76+
uses: actions/checkout@v3
7777
- name: install dependencies
7878
run: |
7979
composer require --no-update silverstripe/recipe-cms:$RECIPE_CMS_VERSION &&\
@@ -118,7 +118,7 @@ jobs:
118118
run: |
119119
apt update && apt-get install git -yqq
120120
- name: Checkout code
121-
uses: actions/checkout@v2
121+
uses: actions/checkout@v3
122122
- name: install dependencies
123123
run: |
124124
composer require --no-update silverstripe/recipe-cms:$RECIPE_CMS_VERSION &&\
@@ -130,7 +130,7 @@ jobs:
130130
runs-on: ubuntu-latest
131131
steps:
132132
- name: Checkout code
133-
uses: actions/checkout@v2
133+
uses: actions/checkout@v3
134134
- name: lint source
135135
uses: chindit/actions-phpcs@master
136136
with:

0 commit comments

Comments
 (0)