Skip to content

Commit

Permalink
DX: update actions producing warnings (#7928)
Browse files Browse the repository at this point in the history
  • Loading branch information
kubawerlos committed Apr 8, 2024
1 parent 8b8fc66 commit e0c59a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Docker Compose build
run: docker compose build --no-cache --pull php-${{ matrix.php-version }}
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Log in to the Container registry
uses: docker/login-action@v3
Expand Down

0 comments on commit e0c59a9

Please sign in to comment.