Skip to content

Commit

Permalink
switched to actions/checkout@v4 in GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
vasil-sokolov committed Apr 3, 2024
1 parent 81bba6b commit 83a725a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
if: "startsWith(github.event.head_commit.message, 'version')"

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Setup PHP version
uses: shivammathur/setup-php@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
if: "startsWith(github.event.head_commit.message, 'version')"

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Setup PHP version
uses: shivammathur/setup-php@v2
Expand Down Expand Up @@ -91,4 +91,4 @@ jobs:
env:
PRODUCT_NAME: ${{ secrets.PRODUCT_NAME }}
FTP_USER: ${{ secrets.FTP_USER }}
FTP_PASSWORD: ${{ secrets.FTP_PASSWORD }}
FTP_PASSWORD: ${{ secrets.FTP_PASSWORD }}

0 comments on commit 83a725a

Please sign in to comment.