Skip to content

Commit 9cff212

Browse files
authored
ci: Update to checkout v3 and remove ref from prettier (DenverCoder1#257)
1 parent 2b7ffd0 commit 9cff212

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

.github/workflows/force-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99

1010
steps:
11-
- uses: actions/checkout@v2
11+
- uses: actions/checkout@v3
1212

1313
- name: conventional Changelog Action
1414
id: changelog

.github/workflows/phpunit-ci-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
build-test:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v3
1515
- uses: php-actions/composer@v6
1616
with:
1717
php_extensions: imagick intl

.github/workflows/prettier.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@ jobs:
1212

1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v2
16-
with:
17-
ref: ${{ github.head_ref }}
15+
uses: actions/checkout@v3
1816

1917
- name: Prettify code
2018
uses: creyD/[email protected]

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111

1212
steps:
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v3
1414

1515
- name: conventional Changelog Action
1616
id: changelog

0 commit comments

Comments
 (0)