From 66c683c1fa702cfa688fec82f00521c25cf07efd Mon Sep 17 00:00:00 2001 From: Digital Studium Date: Sun, 26 Mar 2023 14:38:19 +0300 Subject: [PATCH] Update versions --- .gitea/workflows/deploy.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index d56dcf6..9fb106e 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -10,13 +10,13 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: submodules: true # Fetch Hugo themes (true OR recursive) fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod - name: Setup Hugo - uses: peaceiris/actions-hugo@v2 + uses: peaceiris/actions-hugo@v2.6.0 with: hugo-version: "0.110.0" extended: true @@ -25,7 +25,7 @@ jobs: run: hugo --minify - name: Deploy - uses: nekitcorp/yandex-storage-website-action@v1 + uses: nekitcorp/yandex-storage-website-action@v2 with: accessKeyId: ${{ secrets.ACCESS_KEY_ID }} secretAccessKey: ${{ secrets.SECRET_ACCESS_KEY }}