Skip to content

Commit

Permalink
Update GitHub Action Versions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 1, 2024
1 parent 901ae10 commit 3b169a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4.1.7
with:
token: ${{ secrets.WORKFLOW_SECRET }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Prepare - Checkout
uses: actions/checkout@v3.4.0
uses: actions/checkout@v4.1.7

- name: Prepare - Compose
uses: php-actions/composer@v6
Expand All @@ -18,7 +18,7 @@ jobs:
working-directory: tests

- name: Test - RUN
uses: php-actions/phpunit@master
uses: php-actions/phpunit@v4
env:
CONFIG__WAIT: 60
CONFIG__SERVER__URL: http://localhost:8080
Expand Down

0 comments on commit 3b169a8

Please sign in to comment.