Skip to content

Commit 610dff5

Browse files
chore: bump actions/checkout from 2 to 3.1.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.1.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v3.1.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 54fb7c9 commit 610dff5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
psalm:
66
runs-on: ubuntu-latest
77
steps:
8-
- uses: actions/checkout@v2
8+
- uses: actions/checkout@v3.1.0
99

1010
- name: Psalm
1111
uses: docker://vimeo/psalm-github-actions
@@ -21,7 +21,7 @@ jobs:
2121
# codecov:
2222
# runs-on: ubuntu-latest
2323
# steps:
24-
# - uses: actions/checkout@v2
24+
# - uses: actions/checkout@v3.1.0
2525
# with:
2626
# fetch-depth: 0
2727

@@ -60,7 +60,7 @@ jobs:
6060
phpunit: 9.5.0
6161

6262
steps:
63-
- uses: actions/checkout@v2
63+
- uses: actions/checkout@v3.1.0
6464

6565
- name: Cache Composer dependencies
6666
uses: actions/cache@v2

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
uses: actions/[email protected]
1212

1313
- name: Checkout
14-
uses: actions/checkout@v2
14+
uses: actions/checkout@v3.1.0
1515

1616
- name: Unshallow
1717
run: git fetch --prune --unshallow

0 commit comments

Comments
 (0)