Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/le0pard/pgtune.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Vasiliev <leopard.not.a@gmail.com>2022-07-27 23:03:36 +0300
committerAlexey Vasiliev <leopard.not.a@gmail.com>2022-07-27 23:03:36 +0300
commit33d83075cd684f9848b28a32d2e534759e98b64d (patch)
tree5c5b747e98e6b52be379092744ec8e57b98a39cb
parentc775e596811a479a0fb3ef7ad3bea7a2f355bc0e (diff)
update ci
-rw-r--r--.github/workflows/deploy.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index 64fc075..b7cc93e 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
with:
persist-credentials: false
@@ -30,7 +30,7 @@ jobs:
run: yarn install --immutable
- name: FE build cache cache
- uses: actions/cache@v2
+ uses: actions/cache@v3
with:
path: |
tmp/cache
@@ -48,7 +48,7 @@ jobs:
run: bundle exec middleman build
- name: Deploy 🚀
- uses: JamesIves/github-pages-deploy-action@v4.2.3
+ uses: JamesIves/github-pages-deploy-action@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
branch: gh-pages # The branch the action should deploy to.