commit 0b47978f57c0dc64fcb23cc907189b5cd8df5275
parent f6b0802157715a8cbe6b0bc6045dabc039ea25c6
Author: Marcel <MTRNord@users.noreply.github.com>
Date: Tue, 19 Sep 2023 11:39:33 +0200
Merge pull request #106 from MTRNord/dependabot/github_actions/github-actions-f5785d0644
Bump the github-actions group with 3 updates
Diffstat:
5 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
@@ -26,7 +26,7 @@ jobs:
steps:
- name: Checkout repository
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml
@@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
with:
persist-credentials: false
- uses: actions/setup-node@v3
@@ -33,7 +33,7 @@ jobs:
# also other environment variable
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Deploy 🚀
- uses: JamesIves/github-pages-deploy-action@v4.4.1
+ uses: JamesIves/github-pages-deploy-action@v4.4.3
with:
folder: dist # The folder that the build-storybook script generates files.
clean: true # Automatically remove deleted files from the deploy branch
\ No newline at end of file
diff --git a/.github/workflows/newsfile.yml b/.github/workflows/newsfile.yml
@@ -8,10 +8,10 @@ jobs:
changelog:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
with: # Needed for comparison
fetch-depth: 0
- - uses: actions/setup-python@v1
+ - uses: actions/setup-python@v4
with:
python-version: '3.9'
- run: pip install towncrier==21.9.0
diff --git a/.github/workflows/percy.yaml b/.github/workflows/percy.yaml
@@ -12,7 +12,7 @@ jobs:
packages: read
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
with:
persist-credentials: false
- uses: actions/setup-node@v3
diff --git a/.github/workflows/storybook-tests.yml b/.github/workflows/storybook-tests.yml
@@ -10,7 +10,7 @@ jobs:
timeout-minutes: 60
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: "18.x"