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

github.com/peaceiris/hugo-theme-iris.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-10-19 16:39:37 +0300
committerGitHub <noreply@github.com>2022-10-19 16:39:37 +0300
commit5161a06975d98ddd098fe9ae327214a1da2a25de (patch)
tree170213f1d27a65ffac91465db7001ffe2320093d
parentac5eb33f2899284642fe7be4e9f1652cbd5d7447 (diff)
ci: bump peaceiris/workflows from 0.16.0 to 0.17.1 (#576)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--.github/workflows/ci.yml10
-rw-r--r--.github/workflows/release.yml2
2 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 7d17d3ef..b837f567 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -51,7 +51,7 @@ jobs:
with:
fetch-depth: 0
- - uses: peaceiris/workflows/setup-hugo@v0.16.0
+ - uses: peaceiris/workflows/setup-hugo@v0.17.1
with:
node-version: "${{ needs.envs.outputs.NODE_VERSION }}"
go-version: "${{ needs.envs.outputs.GO_VERSION }}"
@@ -104,7 +104,7 @@ jobs:
permissions:
contents: write
steps:
- - uses: peaceiris/workflows/setup-node@v0.16.0
+ - uses: peaceiris/workflows/setup-node@v0.17.1
- name: Install lighthouse
run: sudo npm i -g lighthouse
@@ -146,7 +146,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- - uses: peaceiris/workflows/setup-hugo@v0.16.0
+ - uses: peaceiris/workflows/setup-hugo@v0.17.1
with:
node-version: "${{ needs.envs.outputs.NODE_VERSION }}"
go-version: "${{ needs.envs.outputs.GO_VERSION }}"
@@ -169,14 +169,14 @@ jobs:
steps:
- uses: actions/checkout@v3
- - uses: peaceiris/workflows/setup-hugo@v0.16.0
+ - uses: peaceiris/workflows/setup-hugo@v0.17.1
with:
node-version: "${{ needs.envs.outputs.NODE_VERSION }}"
go-version: "${{ needs.envs.outputs.GO_VERSION }}"
hugo-version: "${{ needs.envs.outputs.HUGO_VERSION }}"
extended: true
- - uses: peaceiris/workflows/setup-git@v0.16.0
+ - uses: peaceiris/workflows/setup-git@v0.17.1
with:
flags: "--global"
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 099b4b6f..6e41926f 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -24,7 +24,7 @@ jobs:
with:
fetch-depth: 0
- - uses: peaceiris/workflows/setup-git@v0.16.0
+ - uses: peaceiris/workflows/setup-git@v0.17.1
- name: Create release
env: