diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 1250279..8dd4bbd 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -12,10 +12,10 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - name: Set up PHP - uses: shivammathur/setup-php@v2 + uses: shivammathur/setup-php@c541c155eee45413f5b09a52248675b1a2575231 # v2 with: php-version: '8.2' @@ -24,29 +24,29 @@ jobs: run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT - name: Cache composer dependencies - uses: actions/cache@v4 + uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4 with: path: ${{ steps.composer-cache.outputs.dir }} key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }} restore-keys: ${{ runner.os }}-composer- - name: Install Composer dependencies run: composer install --no-dev --no-interaction - - uses: actions/setup-node@v4 + - uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4 with: node-version: 20.x - name: Enable Corepack run: corepack enable - name: Install Yarn dependencies - uses: borales/actions-yarn@v5 + uses: borales/actions-yarn@3766bb1335b98fb13c60eaf358fe20811b730a88 # v5 with: cmd: install - name: Build production bundle - uses: borales/actions-yarn@v5 + uses: borales/actions-yarn@3766bb1335b98fb13c60eaf358fe20811b730a88 # v5 with: cmd: build - name: Commit and push local changes - uses: stefanzweifel/git-auto-commit-action@v5.0.1 + uses: stefanzweifel/git-auto-commit-action@8621497c8c39c72f3e2a999a26b4ca1b5058a842 # v5.0.1 with: commit_message: 🍱 Apply theme changes deploy: diff --git a/package.json b/package.json index 77af72d..3c0a24a 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "postinstall": "npm run copy-icons" }, "devDependencies": { - "@prettier/plugin-php": "^0.22.0", + "@prettier/plugin-php": "0.22.2", "@tailwindcss/aspect-ratio": "0.4.2", "@tailwindcss/typography": "0.5.15", "autoprefixer": "10.4.20", diff --git a/yarn.lock b/yarn.lock index 4a8a41f..5c0b465 100644 --- a/yarn.lock +++ b/yarn.lock @@ -410,7 +410,7 @@ __metadata: languageName: node linkType: hard -"@prettier/plugin-php@npm:^0.22.0": +"@prettier/plugin-php@npm:0.22.2": version: 0.22.2 resolution: "@prettier/plugin-php@npm:0.22.2" dependencies: @@ -1197,7 +1197,7 @@ __metadata: version: 0.0.0-use.local resolution: "fv-einsteinstrasse-tailwind-theme@workspace:." dependencies: - "@prettier/plugin-php": "npm:^0.22.0" + "@prettier/plugin-php": "npm:0.22.2" "@tailwindcss/aspect-ratio": "npm:0.4.2" "@tailwindcss/typography": "npm:0.5.15" autoprefixer: "npm:10.4.20"