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:
-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: