Skip to content

Commit 971305b

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] <[email protected]>
1 parent ecb6aeb commit 971305b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
steps:
2525
# get the latest version of the repository
2626
- name: Checkout
27-
uses: actions/checkout@v4
27+
uses: actions/checkout@v5
2828
- uses: actions/setup-node@v4
2929

3030
# 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/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)