summaryrefslogtreecommitdiffstats
path: root/.github/workflows/deploy.yml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-12-10 09:39:23 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-12-10 09:39:23 +0000
commit471b5325b06ccfae92cd65b047341e983722170c (patch)
tree8e27c1a8b313c290d2dd25abceb40ed7b848c68a /.github/workflows/deploy.yml
parentAdding upstream version 1.11.1+dfsg. (diff)
downloadbootstrap-icons-471b5325b06ccfae92cd65b047341e983722170c.tar.xz
bootstrap-icons-471b5325b06ccfae92cd65b047341e983722170c.zip
Adding upstream version 1.11.2+dfsg.upstream/1.11.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.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index c203bbc..f83f023 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -17,12 +17,12 @@ jobs:
steps:
- name: Clone repository
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
with:
persist-credentials: false
- name: Set up Node.js
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
with:
node-version: "${{ env.NODE }}"
cache: npm
@@ -48,11 +48,11 @@ jobs:
steps:
- name: Clone repository
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
with:
persist-credentials: false
- - uses: actions/setup-node@v3
+ - uses: actions/setup-node@v4
with:
node-version: "${{ env.NODE }}"
registry-url: "https://registry.npmjs.org"