Skip to content

Commit 2a8c112

Browse files
committed
Updated actions
1 parent c30250d commit 2a8c112

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/build-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
php-version: 8.1
1717
extensions: mysql, mysqlnd, sqlite3, bcmath, gd, curl, zip, openssl, mbstring, xml
18-
- uses: actions/checkout@v2
18+
- uses: actions/checkout@v4
1919
- name: Install Composer Dependencies
2020
run: composer install --no-interaction
2121
- name: Install NPM Dependencies

Diff for: .github/workflows/gpt-translate.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010

1111
steps:
12-
- uses: actions/checkout@v3
12+
- uses: actions/checkout@v4
1313

1414
- name: Run GPT Translate
1515
if: |

0 commit comments

Comments
 (0)