Skip to content

Commit 202bc4d

Browse files
committed
Updated GitHub Actions versions
1 parent 77cacab commit 202bc4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515

1616
steps:
17-
- uses: actions/checkout@v3
17+
- uses: actions/checkout@v4
1818
- name: Install dependencies
1919
uses: php-actions/composer@v6
2020
with:
@@ -31,7 +31,7 @@ jobs:
3131
args: --format=${{ env.archive_format }}
3232

3333
- name: Release
34-
uses: softprops/action-gh-release@v1
34+
uses: softprops/action-gh-release@v2
3535
if: success() || failure()
3636
with:
3737
files: ${{ env.blob_name }}

0 commit comments

Comments
 (0)