Skip to content

Commit

Permalink
⬆️ Upgrade checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
MatzeKitt committed Apr 15, 2024
1 parent 6bcfec3 commit 9086512
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/wordpress-plugin-asset-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: Asset update
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
# Run npm build
- uses: bahmutov/npm-install@v1
- name: Run
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wordpress-plugin-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
name: New tag
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
# Run npm build
- uses: bahmutov/npm-install@v1
- name: Run
Expand Down

0 comments on commit 9086512

Please sign in to comment.