summaryrefslogtreecommitdiffstats
path: root/.github/workflows/deploy.yml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2022-12-12 15:24:06 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2022-12-12 15:24:06 +0000
commitf3524e7e94fb68df8eb87c4a22a8e2976699833b (patch)
tree36e2546f6159f3bf6e39af842c4c57f7ec65d67d /.github/workflows/deploy.yml
parentReleasing debian version 1.9.1+dfsg-1. (diff)
downloadbootstrap-icons-f3524e7e94fb68df8eb87c4a22a8e2976699833b.tar.xz
bootstrap-icons-f3524e7e94fb68df8eb87c4a22a8e2976699833b.zip
Merging upstream version 1.10.2+dfsg.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.github/workflows/deploy.yml')
-rw-r--r--.github/workflows/deploy.yml9
1 files changed, 7 insertions, 2 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index e8a396e..f87c1ca 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -7,7 +7,7 @@ on:
env:
FORCE_COLOR: 2
- NODE: 16
+ NODE: 18
jobs:
deploy:
@@ -17,6 +17,8 @@ jobs:
steps:
- name: Clone repository
uses: actions/checkout@v3
+ with:
+ persist-credentials: false
- name: Set up Node.js
uses: actions/setup-node@v3
@@ -45,7 +47,10 @@ jobs:
needs: deploy
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v3
+ - name: Clone repository
+ uses: actions/checkout@v3
+ with:
+ persist-credentials: false
- uses: actions/setup-node@v3
with: