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-07-12 05:02:06 +0300
committerGitHub <noreply@github.com>2022-07-12 05:02:06 +0300
commite567e4a27cd9684ead102b12124eb47ac62f4880 (patch)
treef5173785df4aca80443dcf4493cba5b6f4230e40
parent0fb19db75b439c33dcd17d23b5b9aaff953819c5 (diff)
ci: bump peaceiris/workflows from 0.15.0 to 0.16.0 (#556)
-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 bd78c16f..98427ffb 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -36,7 +36,7 @@ jobs:
id: envs
uses: ./.github/workflows/scripts/envs
- - uses: peaceiris/workflows/setup-hugo@v0.15.0
+ - uses: peaceiris/workflows/setup-hugo@v0.16.0
with:
node-version: "${{ steps.envs.outputs.NODE_VERSION }}"
go-version: "${{ steps.envs.outputs.GO_VERSION }}"
@@ -89,7 +89,7 @@ jobs:
permissions:
contents: write
steps:
- - uses: peaceiris/workflows/setup-node@v0.15.0
+ - uses: peaceiris/workflows/setup-node@v0.16.0
- name: Install lighthouse
run: sudo npm i -g lighthouse
@@ -134,7 +134,7 @@ jobs:
id: envs
uses: ./.github/workflows/scripts/envs
- - uses: peaceiris/workflows/setup-hugo@v0.15.0
+ - uses: peaceiris/workflows/setup-hugo@v0.16.0
with:
node-version: "${{ steps.envs.outputs.NODE_VERSION }}"
go-version: "${{ steps.envs.outputs.GO_VERSION }}"
@@ -160,14 +160,14 @@ jobs:
id: envs
uses: ./.github/workflows/scripts/envs
- - uses: peaceiris/workflows/setup-hugo@v0.15.0
+ - uses: peaceiris/workflows/setup-hugo@v0.16.0
with:
node-version: "${{ steps.envs.outputs.NODE_VERSION }}"
go-version: "${{ steps.envs.outputs.GO_VERSION }}"
hugo-version: "${{ steps.envs.outputs.HUGO_VERSION }}"
extended: true
- - uses: peaceiris/workflows/setup-git@v0.15.0
+ - uses: peaceiris/workflows/setup-git@v0.16.0
with:
flags: "--global"
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index fce9b1d3..a071eaef 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.14.1
+ - uses: peaceiris/workflows/setup-git@v0.16.0
- name: Create release
env: