Skip to content

Commit c198245

Browse files
committed
use v4 for actions as per docs
1 parent 74a4a41 commit c198245

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/push-deploy-dryrun.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Checkout Repository
11-
uses: actions/checkout@v3
11+
uses: actions/checkout@v4
1212

1313
# Install DEV Deps, build i18n files
1414
- name: Run i18n Build

.github/workflows/push-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Checkout Repository
11-
uses: actions/checkout@v3
11+
uses: actions/checkout@v4
1212

1313
# Install DEV Deps, build i18n files
1414
- name: Run i18n Build

0 commit comments

Comments
 (0)