Skip to content

Commit

Permalink
Point to version/1 of github actions instead of master
Browse files Browse the repository at this point in the history
Prevent breaking changes from be introduced while unattended
  • Loading branch information
lipemat committed Aug 15, 2024
1 parent c5df4e5 commit 285a6a8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/populate-caches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ on:
jobs:
populate:
name: Populate all caches
uses: lipemat/public-actions/.github/workflows/populate-caches-plugin.yml@master
uses: lipemat/public-actions/.github/workflows/populate-caches-plugin.ymlversion/1
8 changes: 4 additions & 4 deletions .github/workflows/pull-request-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
strategy:
matrix:
php: [ 7.4, 8.0, 8.1, 8.2, 8.3 ]
uses: lipemat/public-actions/.github/workflows/php-lint.yml@master
uses: lipemat/public-actions/.github/workflows/php-lint.ymlversion/1
with:
php: ${{ matrix.php }}

Expand All @@ -43,7 +43,7 @@ jobs:
wp: [ 6.2.6, 6.6.1 ]
php: [ 7.4, 8.3 ]
multisite: [ 'single', 'multisite' ]
uses: lipemat/public-actions/.github/workflows/wp-unit-plugin.yml@master
uses: lipemat/public-actions/.github/workflows/wp-unit-plugin.ymlversion/1
with:
multisite: ${{ matrix.multisite }}
php: ${{ matrix.php }}
Expand All @@ -58,11 +58,11 @@ jobs:
stubs: 6.2.5
- php: 8.3
stubs: 6.6.0
uses: lipemat/public-actions/.github/workflows/phpstan-plugin.yml@master
uses: lipemat/public-actions/.github/workflows/phpstan-plugin.ymlversion/1
with:
php: ${{ matrix.combination.php }}
stubs: ${{ matrix.combination.stubs }}
secrets: inherit

phpcs:
uses: lipemat/public-actions/.github/workflows/phpcs-plugin.yml@master
uses: lipemat/public-actions/.github/workflows/phpcs-plugin.ymlversion/1

0 comments on commit 285a6a8

Please sign in to comment.