Upgrade GitHub CI Action Version

This commit is contained in:
Phillweston
2024-05-15 15:29:29 +00:00
parent 877434dfec
commit 3c0d262077
3 changed files with 8 additions and 8 deletions

View File

@@ -17,7 +17,7 @@ jobs:
steps:
# Step 1: run a standard checkout action
- name: Checkout target repo
uses: actions/checkout@v3
uses: actions/checkout@v4
# Step 2: run the sync action
- name: Sync upstream changes