Skip to content

Commit 81a6e7b

Browse files
renovate[bot]fh1ch
authored andcommitted
chore(deps): update actions/checkout action to v6
1 parent 99e4f65 commit 81a6e7b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
permissions:
1616
id-token: write
1717
steps:
18-
- uses: actions/checkout@v5
18+
- uses: actions/checkout@v6
1919
with:
2020
fetch-depth: 0 # semantic-release needs this
2121
token: ${{ secrets.ELEMENT_BOT_GITHUB_TOKEN }} # Otherwise, branch protection rules are not bypassed.
@@ -46,7 +46,7 @@ jobs:
4646
steps:
4747
# semantic release will update the package.json version so
4848
# we need to build the artifacts again to have the correct version number in the docs.
49-
- uses: actions/checkout@v5
49+
- uses: actions/checkout@v6
5050
with:
5151
fetch-depth: 0
5252
token: ${{ secrets.ELEMENT_BOT_GITHUB_TOKEN }}

.github/workflows/test_and_deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@v5
19+
uses: actions/checkout@v6
2020
with:
2121
fetch-depth: 0 # We need this for commit-lint
2222

@@ -83,7 +83,7 @@ jobs:
8383
apt install git-lfs
8484
8585
- name: Checkout
86-
uses: actions/checkout@v5
86+
uses: actions/checkout@v6
8787

8888
- name: Pull Repository with LFS
8989
run: git lfs pull

0 commit comments

Comments
 (0)