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-24 18:47:06 +0300
committerGitHub <noreply@github.com>2022-10-24 18:47:06 +0300
commit74c135c84404c0efd48828345be1f6c56ff4886c (patch)
tree2b66d2954543243375dbac30a5a901f4afbdd495
parent3349a8706ec5d2270aba84027ff59f84874ad98d (diff)
ci: bump peaceiris/workflows from 0.17.1 to 0.17.2 (#581)
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 089503c4..d0197d0e 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.17.1
+ - uses: peaceiris/workflows/setup-hugo@v0.17.2
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.17.1
+ - uses: peaceiris/workflows/setup-node@v0.17.2
- 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.17.1
+ - uses: peaceiris/workflows/setup-hugo@v0.17.2
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.17.1
+ - uses: peaceiris/workflows/setup-hugo@v0.17.2
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.17.1
+ - uses: peaceiris/workflows/setup-git@v0.17.2
with:
flags: "--global"
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 1051c199..68c1cb13 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.17.1
+ - uses: peaceiris/workflows/setup-git@v0.17.2
- name: Create release
env: