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:
authorpeaceiris <30958501+peaceiris@users.noreply.github.com>2022-04-24 05:22:46 +0300
committerpeaceiris <30958501+peaceiris@users.noreply.github.com>2022-04-24 05:22:46 +0300
commit1587276d3a9f3879bb75bad2f11b475df7e582af (patch)
treeffdb1dfbc035f8328e672804215dd034736b6a6d /.github
parent64941180864caab173d2cb07900fb0d36c891468 (diff)
ci: pin peaceiris/workflows to 0.14.0
Diffstat (limited to '.github')
-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 b8fe79d8..62467c9a 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@main
+ - uses: peaceiris/workflows/setup-hugo@v0.14.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.13.0
+ - uses: peaceiris/workflows/setup-node@v0.14.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@main
+ - uses: peaceiris/workflows/setup-hugo@v0.14.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@main
+ - uses: peaceiris/workflows/setup-hugo@v0.14.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@main
+ - uses: peaceiris/workflows/setup-git@v0.14.0
with:
flags: "--global"
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 2294ab8b..d085c4fc 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -11,7 +11,7 @@ jobs:
timeout-minutes: 2
steps:
- uses: actions/checkout@v3
- - uses: peaceiris/workflows/create-release-npm@v0.13.0
+ - uses: peaceiris/workflows/create-release-npm@v0.14.0
with:
draft: ''
prerelease: ''