Skip to content

Commit

Permalink
📌 Pin dependencies (#626)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 30, 2024
1 parent 25e79f9 commit cf34a87
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand All @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit cf34a87

Please sign in to comment.