Skip to content

Commit 22ec138

Browse files
authored
Merge branch 'main' into errors
2 parents 7bf28fc + e7ec50d commit 22ec138

File tree

21 files changed

+309
-36
lines changed

21 files changed

+309
-36
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
timeout-minutes: 15
2424
steps:
2525
- name: Checkout
26-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
26+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
2727

2828
- name: Install Tools & Dependencies
2929
uses: ./.github/actions/install
@@ -36,7 +36,7 @@ jobs:
3636
timeout-minutes: 15
3737
steps:
3838
- name: Checkout
39-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
39+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
4040

4141
- name: Install Tools & Dependencies
4242
uses: ./.github/actions/install
@@ -49,7 +49,7 @@ jobs:
4949
timeout-minutes: 15
5050
steps:
5151
- name: Checkout
52-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
52+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
5353

5454
- name: Install Tools & Dependencies
5555
uses: ./.github/actions/install
@@ -62,7 +62,7 @@ jobs:
6262
timeout-minutes: 15
6363
steps:
6464
- name: Checkout
65-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
65+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
6666

6767
- name: Install Tools & Dependencies
6868
uses: ./.github/actions/install

.github/workflows/contributors.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
15+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
1616

1717
- name: Install Tools & Dependencies
1818
uses: ./.github/actions/install

.github/workflows/discord-i18n-ping.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
15+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
1616
with:
1717
fetch-depth: 0
1818

.github/workflows/format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
NODE_OPTIONS: "--max_old_space_size=4096"
1313
steps:
1414
- name: Check out code using Git
15-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
15+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
1616
with:
1717
ref: ${{ github.head_ref }}
1818
# Needs access to push to main

.github/workflows/lint-ja-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
timeout-minutes: 15
2424
steps:
2525
- name: Checkout
26-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
26+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
2727

2828
- name: Install Tools & Dependencies
2929
uses: ./.github/actions/install

.github/workflows/lunaria.yml

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

2323
steps:
2424
- name: Checkout
25-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
25+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
2626
with:
2727
# Necessary for Lunaria to work properly
2828
# Makes the action clone the entire git history

.github/workflows/nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
PR_TITLE: 'ci: update configuration reference docs'
2222
steps:
2323
- name: Check out code using Git
24-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
24+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
2525
with:
2626
ref: ${{ matrix.TARGET_BRANCH }}
2727

@@ -62,7 +62,7 @@ jobs:
6262
PR_TITLE: 'ci: update error reference docs'
6363
steps:
6464
- name: Check out code using Git
65-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
65+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
6666
with:
6767
ref: ${{ matrix.TARGET_BRANCH }}
6868

.github/workflows/pr-coauthor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ jobs:
1313
if: ${{ github.event.issue.pull_request }}
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
16+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
1717
- uses: kevinzunigacuellar/coauthor-action@292b32bdbffc663431a2a37b3bfa597d83a74905 # v0.1.3

.github/workflows/welcome-bot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
name: Welcome First Time Contributors
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
16+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
1717
- uses: zephyrproject-rtos/action-first-interaction@58853996b1ac504b8e0f6964301f369d2bb22e5c
1818
with:
1919
repo-token: ${{ secrets.FREDKBOT_GITHUB_TOKEN }}

src/content/docs/en/guides/deploy/cloudflare.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ To get started, you will need:
7777
"name": "my-astro-app",
7878
"compatibility_date": "YYYY-MM-DD", // Update to the day you deploy
7979
"assets": {
80-
"binding": "ASSETS",
8180
"directory": "./dist",
8281
}
8382
}

0 commit comments

Comments
 (0)