Skip to content

Commit

Permalink
Updated GitHub Actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkGL committed Aug 13, 2024
1 parent 77cacab commit 202bc4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install dependencies
uses: php-actions/composer@v6
with:
Expand All @@ -31,7 +31,7 @@ jobs:
args: --format=${{ env.archive_format }}

- name: Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
if: success() || failure()
with:
files: ${{ env.blob_name }}
Expand Down

0 comments on commit 202bc4d

Please sign in to comment.