From f4d8986bedb3bccc82b806e45c06f3bd137c7a60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Jun 2024 10:43:31 +0000 Subject: [PATCH] Bump the deps group with 2 updates Bumps the deps group with 2 updates: [docker/build-push-action](https://github.com/docker/build-push-action) and [softprops/action-gh-release](https://github.com/softprops/action-gh-release). Updates `docker/build-push-action` from 5 to 6 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v5...v6) Updates `softprops/action-gh-release` from 1 to 2 - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](https://github.com/softprops/action-gh-release/compare/v1...v2) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: deps - dependency-name: softprops/action-gh-release dependency-type: direct:production update-type: version-update:semver-major dependency-group: deps ... Signed-off-by: dependabot[bot] --- .github/workflows/BuildRustImage.yml | 2 +- .github/workflows/Release-DeployBattleship.yml | 2 +- .github/workflows/Release-escrow.yml | 2 +- .github/workflows/Release-galactic-express.yml | 2 +- .github/workflows/Release-game-of-chance.yml | 2 +- .github/workflows/Release-nft-marketplace.yml | 2 +- .github/workflows/Release-non-fungible-token.yml | 2 +- .github/workflows/Release-racing-game.yml | 2 +- .github/workflows/Release-simple-nft.yml | 2 +- .github/workflows/Release-supply-chain.yml | 2 +- .github/workflows/Release-syndote.yml | 2 +- .github/workflows/Release-tamagochi-battle.yml | 2 +- .github/workflows/Release-tamagotchi.yml | 2 +- .github/workflows/Release-tequila-train.yml | 2 +- .github/workflows/Release-tictac.yml | 2 +- .github/workflows/Release-varaman.yml | 2 +- .github/workflows/Release-varatube.yml | 2 +- .github/workflows/Release-w3bstreaming.yml | 2 +- .github/workflows/Release-w3bstreaming_be.yml | 2 +- .github/workflows/STG-DeployBattleship.yml | 2 +- .github/workflows/STG-escrow.yml | 2 +- .github/workflows/STG-galactic-express.yml | 2 +- .github/workflows/STG-game-of-chance.yml | 2 +- .github/workflows/STG-nft-marketplace.yml | 2 +- .github/workflows/STG-non-fungible-token.yml | 2 +- .github/workflows/STG-racing-game.yml | 2 +- .github/workflows/STG-simple-nft.yml | 2 +- .github/workflows/STG-supply-chain.yml | 2 +- .github/workflows/STG-syndote.yml | 2 +- .github/workflows/STG-tamagochi-battle.yml | 2 +- .github/workflows/STG-tamagotchi.yml | 2 +- .github/workflows/STG-tequila-train.yml | 2 +- .github/workflows/STG-tictac.yml | 2 +- .github/workflows/STG-varaman.yml | 2 +- .github/workflows/STG-varatube.yml | 2 +- .github/workflows/STG-w3bstreaming.yml | 2 +- .github/workflows/STG-w3bstreaming_be.yml | 2 +- .github/workflows/contracts.yml | 2 +- 38 files changed, 38 insertions(+), 38 deletions(-) diff --git a/.github/workflows/BuildRustImage.yml b/.github/workflows/BuildRustImage.yml index d214a33e9..4b4ad51a0 100644 --- a/.github/workflows/BuildRustImage.yml +++ b/.github/workflows/BuildRustImage.yml @@ -30,7 +30,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push image - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: docker file: rust_ci.Dockerfile diff --git a/.github/workflows/Release-DeployBattleship.yml b/.github/workflows/Release-DeployBattleship.yml index 186a01e9e..2923c5201 100644 --- a/.github/workflows/Release-DeployBattleship.yml +++ b/.github/workflows/Release-DeployBattleship.yml @@ -64,7 +64,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push image - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: file: frontend/apps/battleship/Dockerfile push: true diff --git a/.github/workflows/Release-escrow.yml b/.github/workflows/Release-escrow.yml index 4619fdf96..a06a2bd1a 100644 --- a/.github/workflows/Release-escrow.yml +++ b/.github/workflows/Release-escrow.yml @@ -64,7 +64,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push image - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: file: frontend/apps/escrow/Dockerfile push: true diff --git a/.github/workflows/Release-galactic-express.yml b/.github/workflows/Release-galactic-express.yml index 9aaedaaeb..76632fc1e 100644 --- a/.github/workflows/Release-galactic-express.yml +++ b/.github/workflows/Release-galactic-express.yml @@ -64,7 +64,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push image - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: file: frontend/apps/galactic-express/Dockerfile push: true diff --git a/.github/workflows/Release-game-of-chance.yml b/.github/workflows/Release-game-of-chance.yml index ce6628b2f..abcf4f93c 100644 --- a/.github/workflows/Release-game-of-chance.yml +++ b/.github/workflows/Release-game-of-chance.yml @@ -64,7 +64,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push image - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: file: frontend/apps/game-of-chance/Dockerfile push: true diff --git a/.github/workflows/Release-nft-marketplace.yml b/.github/workflows/Release-nft-marketplace.yml index 019c38b2b..192cdc0b5 100644 --- a/.github/workflows/Release-nft-marketplace.yml +++ b/.github/workflows/Release-nft-marketplace.yml @@ -64,7 +64,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push image - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: file: frontend/apps/nft-marketplace/Dockerfile push: true diff --git a/.github/workflows/Release-non-fungible-token.yml b/.github/workflows/Release-non-fungible-token.yml index a16af8cdd..d87a848ff 100644 --- a/.github/workflows/Release-non-fungible-token.yml +++ b/.github/workflows/Release-non-fungible-token.yml @@ -64,7 +64,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push image - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: file: frontend/apps/non-fungible-token/Dockerfile push: true diff --git a/.github/workflows/Release-racing-game.yml b/.github/workflows/Release-racing-game.yml index 64338a4aa..05f51675c 100644 --- a/.github/workflows/Release-racing-game.yml +++ b/.github/workflows/Release-racing-game.yml @@ -64,7 +64,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push image - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: file: frontend/apps/racing-car-game/Dockerfile push: true diff --git a/.github/workflows/Release-simple-nft.yml b/.github/workflows/Release-simple-nft.yml index f216111e6..57c2cdf9c 100644 --- a/.github/workflows/Release-simple-nft.yml +++ b/.github/workflows/Release-simple-nft.yml @@ -64,7 +64,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push image - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: file: frontend/apps/nft-master/Dockerfile push: true diff --git a/.github/workflows/Release-supply-chain.yml b/.github/workflows/Release-supply-chain.yml index 61e7c894d..481a9f444 100644 --- a/.github/workflows/Release-supply-chain.yml +++ b/.github/workflows/Release-supply-chain.yml @@ -64,7 +64,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push image - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: file: frontend/apps/supply-chain/Dockerfile push: true diff --git a/.github/workflows/Release-syndote.yml b/.github/workflows/Release-syndote.yml index 5e342e582..8a46367fc 100644 --- a/.github/workflows/Release-syndote.yml +++ b/.github/workflows/Release-syndote.yml @@ -64,7 +64,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push image - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: file: frontend/apps/syndote/Dockerfile push: true diff --git a/.github/workflows/Release-tamagochi-battle.yml b/.github/workflows/Release-tamagochi-battle.yml index dea14095c..0fca7ecba 100644 --- a/.github/workflows/Release-tamagochi-battle.yml +++ b/.github/workflows/Release-tamagochi-battle.yml @@ -64,7 +64,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push image - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: file: frontend/apps/tamagotchi-battle/Dockerfile push: true diff --git a/.github/workflows/Release-tamagotchi.yml b/.github/workflows/Release-tamagotchi.yml index b6ed329a7..ac23d31e1 100644 --- a/.github/workflows/Release-tamagotchi.yml +++ b/.github/workflows/Release-tamagotchi.yml @@ -64,7 +64,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push image - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: file: frontend/apps/tamagotchi/Dockerfile push: true diff --git a/.github/workflows/Release-tequila-train.yml b/.github/workflows/Release-tequila-train.yml index 9687b7d04..1f97c780b 100644 --- a/.github/workflows/Release-tequila-train.yml +++ b/.github/workflows/Release-tequila-train.yml @@ -64,7 +64,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push image - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: file: frontend/apps/tequila-train/Dockerfile push: true diff --git a/.github/workflows/Release-tictac.yml b/.github/workflows/Release-tictac.yml index 0e021cfc9..b5c64d10d 100644 --- a/.github/workflows/Release-tictac.yml +++ b/.github/workflows/Release-tictac.yml @@ -64,7 +64,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push image - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: file: frontend/apps/tic-tac-toe/Dockerfile push: true diff --git a/.github/workflows/Release-varaman.yml b/.github/workflows/Release-varaman.yml index d72656fb6..97f917582 100644 --- a/.github/workflows/Release-varaman.yml +++ b/.github/workflows/Release-varaman.yml @@ -64,7 +64,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push image - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: file: frontend/apps/vara-man/Dockerfile push: true diff --git a/.github/workflows/Release-varatube.yml b/.github/workflows/Release-varatube.yml index ebf7b305d..63f7e16d0 100644 --- a/.github/workflows/Release-varatube.yml +++ b/.github/workflows/Release-varatube.yml @@ -64,7 +64,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push image - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: file: frontend/apps/varatube/Dockerfile push: true diff --git a/.github/workflows/Release-w3bstreaming.yml b/.github/workflows/Release-w3bstreaming.yml index d97b87e67..fcebb9e9d 100644 --- a/.github/workflows/Release-w3bstreaming.yml +++ b/.github/workflows/Release-w3bstreaming.yml @@ -64,7 +64,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push image - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: file: frontend/apps/w3bstreaming/Dockerfile push: true diff --git a/.github/workflows/Release-w3bstreaming_be.yml b/.github/workflows/Release-w3bstreaming_be.yml index 35eac027c..8e465cd57 100644 --- a/.github/workflows/Release-w3bstreaming_be.yml +++ b/.github/workflows/Release-w3bstreaming_be.yml @@ -64,7 +64,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push image - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: file: backend/w3bstreaming/Dockerfile push: true diff --git a/.github/workflows/STG-DeployBattleship.yml b/.github/workflows/STG-DeployBattleship.yml index a4d1f9480..efe2b42dc 100644 --- a/.github/workflows/STG-DeployBattleship.yml +++ b/.github/workflows/STG-DeployBattleship.yml @@ -69,7 +69,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push image - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: file: frontend/apps/battleship/Dockerfile push: true diff --git a/.github/workflows/STG-escrow.yml b/.github/workflows/STG-escrow.yml index bf552f408..23981b4b7 100644 --- a/.github/workflows/STG-escrow.yml +++ b/.github/workflows/STG-escrow.yml @@ -69,7 +69,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push image - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: file: frontend/apps/escrow/Dockerfile push: true diff --git a/.github/workflows/STG-galactic-express.yml b/.github/workflows/STG-galactic-express.yml index 077fa766a..3f8c7f1fa 100644 --- a/.github/workflows/STG-galactic-express.yml +++ b/.github/workflows/STG-galactic-express.yml @@ -69,7 +69,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push image - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: file: frontend/apps/galactic-express/Dockerfile push: true diff --git a/.github/workflows/STG-game-of-chance.yml b/.github/workflows/STG-game-of-chance.yml index 0df7e701d..a824b1f78 100644 --- a/.github/workflows/STG-game-of-chance.yml +++ b/.github/workflows/STG-game-of-chance.yml @@ -69,7 +69,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push image - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: file: frontend/apps/game-of-chance/Dockerfile push: true diff --git a/.github/workflows/STG-nft-marketplace.yml b/.github/workflows/STG-nft-marketplace.yml index f74a365ac..acd21beae 100644 --- a/.github/workflows/STG-nft-marketplace.yml +++ b/.github/workflows/STG-nft-marketplace.yml @@ -69,7 +69,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push image - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: file: frontend/apps/nft-marketplace/Dockerfile push: true diff --git a/.github/workflows/STG-non-fungible-token.yml b/.github/workflows/STG-non-fungible-token.yml index 5e5af2445..e3521a2b0 100644 --- a/.github/workflows/STG-non-fungible-token.yml +++ b/.github/workflows/STG-non-fungible-token.yml @@ -69,7 +69,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push image - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: file: frontend/apps/non-fungible-token/Dockerfile push: true diff --git a/.github/workflows/STG-racing-game.yml b/.github/workflows/STG-racing-game.yml index 0b129f223..d2467ce1c 100644 --- a/.github/workflows/STG-racing-game.yml +++ b/.github/workflows/STG-racing-game.yml @@ -69,7 +69,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push image - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: file: frontend/apps/racing-car-game/Dockerfile push: true diff --git a/.github/workflows/STG-simple-nft.yml b/.github/workflows/STG-simple-nft.yml index 1a910265d..b5cb38b5f 100644 --- a/.github/workflows/STG-simple-nft.yml +++ b/.github/workflows/STG-simple-nft.yml @@ -69,7 +69,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push image - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: file: frontend/apps/nft-master/Dockerfile push: true diff --git a/.github/workflows/STG-supply-chain.yml b/.github/workflows/STG-supply-chain.yml index 4a8b8678e..01b1f5784 100644 --- a/.github/workflows/STG-supply-chain.yml +++ b/.github/workflows/STG-supply-chain.yml @@ -69,7 +69,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push image - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: file: frontend/apps/supply-chain/Dockerfile push: true diff --git a/.github/workflows/STG-syndote.yml b/.github/workflows/STG-syndote.yml index 8cc16841b..525be25f7 100644 --- a/.github/workflows/STG-syndote.yml +++ b/.github/workflows/STG-syndote.yml @@ -69,7 +69,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push image - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: file: frontend/apps/syndote/Dockerfile push: true diff --git a/.github/workflows/STG-tamagochi-battle.yml b/.github/workflows/STG-tamagochi-battle.yml index 6439af23d..43705ce1a 100644 --- a/.github/workflows/STG-tamagochi-battle.yml +++ b/.github/workflows/STG-tamagochi-battle.yml @@ -69,7 +69,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push image - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: file: frontend/apps/tamagotchi-battle/Dockerfile push: true diff --git a/.github/workflows/STG-tamagotchi.yml b/.github/workflows/STG-tamagotchi.yml index 1e59c6d32..e059570d1 100644 --- a/.github/workflows/STG-tamagotchi.yml +++ b/.github/workflows/STG-tamagotchi.yml @@ -69,7 +69,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push image - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: file: frontend/apps/tamagotchi/Dockerfile push: true diff --git a/.github/workflows/STG-tequila-train.yml b/.github/workflows/STG-tequila-train.yml index fadbd4599..527cf9729 100644 --- a/.github/workflows/STG-tequila-train.yml +++ b/.github/workflows/STG-tequila-train.yml @@ -69,7 +69,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push image - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: file: frontend/apps/tequila-train/Dockerfile push: true diff --git a/.github/workflows/STG-tictac.yml b/.github/workflows/STG-tictac.yml index 5c7f8c71c..feaaae9e5 100644 --- a/.github/workflows/STG-tictac.yml +++ b/.github/workflows/STG-tictac.yml @@ -69,7 +69,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push image - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: file: frontend/apps/tic-tac-toe/Dockerfile push: true diff --git a/.github/workflows/STG-varaman.yml b/.github/workflows/STG-varaman.yml index 65b5ec82d..9209b7fd1 100644 --- a/.github/workflows/STG-varaman.yml +++ b/.github/workflows/STG-varaman.yml @@ -69,7 +69,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push image - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: file: frontend/apps/vara-man/Dockerfile push: true diff --git a/.github/workflows/STG-varatube.yml b/.github/workflows/STG-varatube.yml index caf842b24..bbdda953a 100644 --- a/.github/workflows/STG-varatube.yml +++ b/.github/workflows/STG-varatube.yml @@ -69,7 +69,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push image - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: file: frontend/apps/varatube/Dockerfile push: true diff --git a/.github/workflows/STG-w3bstreaming.yml b/.github/workflows/STG-w3bstreaming.yml index 9e473848d..1f96dd8d6 100644 --- a/.github/workflows/STG-w3bstreaming.yml +++ b/.github/workflows/STG-w3bstreaming.yml @@ -69,7 +69,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push image - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: file: frontend/apps/w3bstreaming/Dockerfile push: true diff --git a/.github/workflows/STG-w3bstreaming_be.yml b/.github/workflows/STG-w3bstreaming_be.yml index 4f215c48c..9b3c693d0 100644 --- a/.github/workflows/STG-w3bstreaming_be.yml +++ b/.github/workflows/STG-w3bstreaming_be.yml @@ -68,7 +68,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push image - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: file: backend/w3bstreaming/Dockerfile push: true diff --git a/.github/workflows/contracts.yml b/.github/workflows/contracts.yml index a034590fd..009b7dd28 100644 --- a/.github/workflows/contracts.yml +++ b/.github/workflows/contracts.yml @@ -49,7 +49,7 @@ jobs: - name: Release if: github.event_name != 'pull_request' - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: name: ${{ github.ref == 'refs/heads/master' && 'Nightly' || github.ref_name }} tag_name: ${{ github.ref == 'refs/heads/master' && 'nightly' || github.ref_name }}