Skip to content

Commit 9bfc01f

Browse files
Build(deps): bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b0ea5b5 commit 9bfc01f

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
steps:
2323
# get the latest version of the repository
2424
- name: Checkout
25-
uses: actions/checkout@v4
25+
uses: actions/checkout@v5
2626
- uses: actions/setup-node@v4
2727

2828
# get current date and time for Build

.github/workflows/documentation.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: Checkout
23-
uses: actions/checkout@v4
23+
uses: actions/checkout@v5
2424
- name: "Documentation: Spell Check Documentation"
2525
uses: codespell-project/actions-codespell@master
2626
with:
@@ -38,7 +38,7 @@ jobs:
3838
working-directory: ./src/client
3939
steps:
4040
- name: Checkout 🛎️
41-
uses: actions/checkout@v4
41+
uses: actions/checkout@v5
4242
with:
4343
persist-credentials: false
4444
- name: Install and Build 🔧
@@ -52,7 +52,7 @@ jobs:
5252
needs: storybook
5353
steps:
5454
- name: Checkout
55-
uses: actions/checkout@v4
55+
uses: actions/checkout@v5
5656
- name: Setup Pages
5757
uses: actions/configure-pages@v5
5858
- name: Build with Jekyll

.github/workflows/update-modules.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Checkout code
19-
uses: actions/checkout@v3
19+
uses: actions/checkout@v5
2020

2121
- name: Set up Node.js
2222
uses: actions/setup-node@v3

.github/workflows/versioning.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
ls -la ./
2323
# get the latest version of the repository
2424
- name: Checkout
25-
uses: actions/checkout@v4
25+
uses: actions/checkout@v5
2626
# bump the backend version
2727
- name: "Backend: Automated Version Bump"
2828
uses: "phips28/gh-action-bump-version@master"

0 commit comments

Comments
 (0)