From 446bf95d4f6fd46197c73482888f4cb479fc95e9 Mon Sep 17 00:00:00 2001 From: DJBsec <77978186+DJBsec@users.noreply.github.com> Date: Wed, 11 Mar 2026 13:40:59 -0500 Subject: [PATCH] Update deploy.yml --- .github/workflows/deploy.yml | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 067d8016..4d2aed76 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -68,24 +68,21 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout 🛎️ - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Setup Ruby 💎 - uses: ruby/setup-ruby@6ca151fd1bfcfd6fe0c4eb6837eb0584d0134a0c # v1 + uses: ruby/setup-ruby@4eb9f110bac952a8b68ecf92e3b5c7a987594ba6 # v1.292.0 with: ruby-version: "3.3.5" bundler-cache: true - name: Setup Python 🐍 - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5 + uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 with: python-version: "3.13" cache: "pip" # caching pip dependencies - name: Update _config.yml ⚙️ - uses: fjogeleit/yaml-update-action@04ff6ec06568fd21197db746472e36cc425de850 - with: - commitChange: false - valueFile: "_config.yml" - propertyPath: "giscus.repo" - value: ${{ github.repository }} + run: | + pip install yq + yq -yi '.giscus.repo = "${{ github.repository }}"' _config.yml - name: Install and Build 🔧 run: | sudo apt-get update && sudo apt-get install -y imagemagick