Skip to content

Commit 8d590ed

Browse files
committed
Use v4 of actions/checkout
1 parent 4d9e7b5 commit 8d590ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/svn-deploy-assets-on-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: Push to main branch
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@master
14+
- uses: actions/checkout@v4
1515
- name: WordPress.org plugin asset/readme update
1616
uses: bluehost/wp-plugin-readme-assets-updater@master
1717
env:

.github/workflows/svn-deploy-plugin-on-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313

1414
- name: Checkout
15-
uses: actions/checkout@master
15+
uses: actions/checkout@v4
1616

1717
- name: Set Package Name
1818
id: package

0 commit comments

Comments
 (0)