Skip to content

Commit 238a224

Browse files
committed
Fix: Update checkout action version to use master branch
1 parent d33bc41 commit 238a224

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout code
12-
uses: actions/checkout@v6
12+
uses: actions/checkout@master
1313

1414
- name: WordPress Plugin Deploy
1515
uses: 10up/action-wordpress-plugin-deploy@stable

0 commit comments

Comments
 (0)