Skip to content

Commit c40b4dd

Browse files
authored
Updated PHP version to 8.3, upgraded actions/checkout version
1 parent c9abdfe commit c40b4dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/auto_tag.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
- name: Setup PHP Action
8585
uses: shivammathur/setup-php@v2
8686
with:
87-
php-version: 8.1
87+
php-version: 8.3
8888
coverage: none
8989
extensions: pdo_sqlite, gd
9090
tools: cs2pr
@@ -97,7 +97,7 @@ jobs:
9797
installation_id: ${{ secrets.AUTOMATION_CLIENT_INSTALLATION }}
9898
private_key: ${{ secrets.AUTOMATION_CLIENT_SECRET }}
9999

100-
- uses: actions/checkout@v3
100+
- uses: actions/checkout@v4
101101
with:
102102
persist-credentials: false
103103

0 commit comments

Comments
 (0)