Skip to content

Commit

Permalink
Update patch.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shivammathur authored Jun 15, 2024
1 parent a689192 commit 7336b17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/patch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
GITHUB_WORKSPACE: ${{ github.workspace }}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: "Install PHP"
uses: "shivammathur/setup-php@v2"
with:
php-version: "8.0"
php-version: latest
- name: Fetch
run: |
tag="$(curl -sL https://github.com/shivammathur/composer-cache/releases/latest/download/versions | jq -r ".[\"${version}\"][0].version")"
Expand Down

0 comments on commit 7336b17

Please sign in to comment.