summaryrefslogtreecommitdiffstats
path: root/.github/workflows/lint.yml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-12-10 09:39:27 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-12-10 09:39:27 +0000
commitb108935dbc6777ff48c1bfde7baea32bfdb5edbc (patch)
treed2a3e96376ea78ef725e9012b2957b9d45a99735 /.github/workflows/lint.yml
parentReleasing debian version 1.11.1+dfsg-1. (diff)
downloadbootstrap-icons-b108935dbc6777ff48c1bfde7baea32bfdb5edbc.tar.xz
bootstrap-icons-b108935dbc6777ff48c1bfde7baea32bfdb5edbc.zip
Merging upstream version 1.11.2+dfsg.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.github/workflows/lint.yml')
-rw-r--r--.github/workflows/lint.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index aaa70d5..9f30f19 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -20,12 +20,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