Skip to content

Commit

Permalink
Pin action dependencies (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 26, 2024
1 parent 32d020d commit 7889620
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/upstream-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ jobs:

if: github.event.pull_request.draft == false
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
with:
repository: ${{ matrix.repo }}
ref: ${{ matrix.branch }}

- name: Setup PHP
uses: shivammathur/setup-php@v2
uses: shivammathur/setup-php@73963f5001e335723c998e4a0125ce060083985c # v2
with:
php-version: ${{ matrix.php }}
coverage: none
Expand Down

0 comments on commit 7889620

Please sign in to comment.