Skip to content

Commit 82664ad

Browse files
chore(deps): bump astro from 5.15.8 to 5.15.9 in /website (#1764)
* chore(deps): bump astro from 5.15.8 to 5.15.9 in /website Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 5.15.8 to 5.15.9. - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/astro@5.15.9/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-version: 5.15.9 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * Update GitHub Actions to latest versions Bump actions/checkout to v5.0.1 across all workflows for improved stability and bug fixes. Pin accessibility-alt-text-bot to a specific commit for reproducibility. Add fetch-depth: 0 to website workflow to ensure lastUpdated date is set. --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Christian Oliff <christian_oliff@trimble.com>
1 parent 9c59b38 commit 82664ad

File tree

9 files changed

+36
-35
lines changed

9 files changed

+36
-35
lines changed

.github/workflows/accessibility-alt-text-bot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323
runs-on: ubuntu-latest
2424
steps:
2525
- name: Get action 'github/accessibility-alt-text-bot'
26-
uses: github/accessibility-alt-text-bot@v1.7.1 # Set to latest
26+
uses: github/accessibility-alt-text-bot@531a7430c6930a39cae5a0aab2d165284468060f # v1.7.1

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: ⬇️ Checkout
18-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
18+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
1919
with:
2020
persist-credentials: false
2121

.github/workflows/spellcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
if: ${{ github.actor != 'dependabot[bot]' }}
1616
steps:
17-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
17+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
1818
with:
1919
persist-credentials: false
2020

.github/workflows/super-linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
steps:
2727
- name: Checkout Code
28-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
28+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
2929
with:
3030
fetch-depth: 0
3131
persist-credentials: false

.github/workflows/sync-labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818

1919
steps:
20-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
20+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
2121
with:
2222
persist-credentials: false
2323

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: ⬇️ Checkout
21-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
21+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
2222
with:
2323
persist-credentials: false
2424

.github/workflows/website.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,10 @@ jobs:
2525
runs-on: ubuntu-latest
2626
steps:
2727
- name: ⬇️ Checkout
28-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
28+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
2929
with:
3030
persist-credentials: false
31+
fetch-depth: 0 # Needed for lastUpdated date to be set
3132

3233
- name: ⎔ Setup node
3334
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0

website/package-lock.json

Lines changed: 27 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
"dependencies": {
2828
"@astrojs/starlight": "^0.36.2",
29-
"astro": "^5.15.8",
29+
"astro": "^5.15.9",
3030
"sharp": "^0.34.5",
3131
"starlight-llms-txt": "^0.6.0"
3232
},

0 commit comments

Comments
 (0)