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-05-14 15:17:16 +0300
committerGitHub <noreply@github.com>2022-05-14 15:17:16 +0300
commitb39a49708bdb24bbe59c537303bc222e92089e4a (patch)
treee3d4d49a9f82b952fd841454be9d94f3762de7e2
parentced97412c60fdb268c40ce590fd944a4ca42b2f0 (diff)
ci: bump peaceiris/workflows from 0.14.1 to 0.15.0 (#531)
-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 e314bc22..bd78c16f 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.14.1
+ - uses: peaceiris/workflows/setup-hugo@v0.15.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.14.1
+ - uses: peaceiris/workflows/setup-node@v0.15.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.14.1
+ - uses: peaceiris/workflows/setup-hugo@v0.15.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.14.1
+ - uses: peaceiris/workflows/setup-hugo@v0.15.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.14.1
+ - uses: peaceiris/workflows/setup-git@v0.15.0
with:
flags: "--global"
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index eeea7325..38b0a795 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -13,7 +13,7 @@ jobs:
contents: write
steps:
- uses: actions/checkout@v3
- - uses: peaceiris/workflows/create-release-npm@v0.14.1
+ - uses: peaceiris/workflows/create-release-npm@v0.15.0
with:
draft: ''
prerelease: ''