Browse Source

DX: update actions producing warnings (#7928)

Kuba Werłos 11 months ago
parent
commit
e0c59a9063
2 changed files with 2 additions and 2 deletions
  1. 1 1
      .github/workflows/docker.yml
  2. 1 1
      .github/workflows/release.yml

+ 1 - 1
.github/workflows/docker.yml

@@ -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 }}

+ 1 - 1
.github/workflows/release.yml

@@ -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