We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9abdfe commit c40b4ddCopy full SHA for c40b4dd
.github/workflows/auto_tag.yml
@@ -84,7 +84,7 @@ jobs:
84
- name: Setup PHP Action
85
uses: shivammathur/setup-php@v2
86
with:
87
- php-version: 8.1
+ php-version: 8.3
88
coverage: none
89
extensions: pdo_sqlite, gd
90
tools: cs2pr
@@ -97,7 +97,7 @@ jobs:
97
installation_id: ${{ secrets.AUTOMATION_CLIENT_INSTALLATION }}
98
private_key: ${{ secrets.AUTOMATION_CLIENT_SECRET }}
99
100
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
101
102
persist-credentials: false
103
0 commit comments