Skip to content

Commit 09f3c5e

Browse files
authored
Merge pull request #210 from kit-data-manager/dependabot/github_actions/dev/actions/checkout-4.1.7
Bump actions/checkout from 4.1.2 to 4.1.7
2 parents 3ea5de6 + f42824e commit 09f3c5e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/deploy-storybook.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout
12-
uses: actions/[email protected].2
12+
uses: actions/[email protected].7
1313

1414
- name: Build
1515
run: npm ci
@@ -23,7 +23,7 @@ jobs:
2323

2424
steps:
2525
- name: Checkout
26-
uses: actions/[email protected].2
26+
uses: actions/[email protected].7
2727

2828
- name: Deploy Storybook to GitHub Pages
2929
uses: bitovi/[email protected]

.github/workflows/github-npm-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
build:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/[email protected].2
14+
- uses: actions/[email protected].7
1515
- uses: actions/setup-node@v4
1616
with:
1717
node-version: 16
@@ -24,7 +24,7 @@ jobs:
2424
contents: read
2525
packages: write
2626
steps:
27-
- uses: actions/[email protected].2
27+
- uses: actions/[email protected].7
2828
- uses: actions/setup-node@v4
2929
with:
3030
node-version: 16

.github/workflows/real-npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
publish-npm:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/[email protected].2
11+
- uses: actions/[email protected].7
1212
- uses: actions/setup-node@v4
1313
with:
1414
node-version: 19

0 commit comments

Comments
 (0)