diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index d944f5f..3e297cc 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -10,11 +10,11 @@ jobs: name: Deploy to FTP runs-on: ubuntu-latest steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 name: Clone the repository with: fetch-depth: 0 - - uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0 + - uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0 name: Install Node.JS with: node-version: 20.x @@ -27,7 +27,7 @@ jobs: shell: bash run: echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV - name: Setup pnpm cache - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 with: path: ${{env.STORE_PATH}} key: ${{runner.os}}-pnpm-cache-${{ hashFiles('./pnpm-lock.yaml')}} @@ -39,7 +39,7 @@ jobs: shell: bash run: pnpm build - name: Send built files to the FTP server - uses: SamKirkland/FTP-Deploy-Action@8e83cea8672e3fbcbb9fdafff34debf6ae4c5f65 #v4.3.5 + uses: SamKirkland/FTP-Deploy-Action@8e83cea8672e3fbcbb9fdafff34debf6ae4c5f65 # v4.3.5 with: server: ${{secrets.FTP_HOST}} username: ${{secrets.FTP_USERNAME}} diff --git a/.github/workflows/CI4PRs.yml b/.github/workflows/CI4PRs.yml index 88f5221..57da454 100644 --- a/.github/workflows/CI4PRs.yml +++ b/.github/workflows/CI4PRs.yml @@ -27,7 +27,7 @@ jobs: shell: bash run: echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV - name: Setup pnpm cache - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 with: path: ${{env.STORE_PATH}} key: ${{runner.os}}-pnpm-cache-${{ hashFiles('./pnpm-lock.yaml')}}