Skip to content

Commit 075d3a8

Browse files
AztecBotAztecBot
andauthored
chore: redo typo PR by dizer-ti (#13757)
Thanks dizer-ti for #13745. Our policy is to redo typo changes to dissuade metric farming. This is an automated script. Co-authored-by: AztecBot <[email protected]>
1 parent ec468d9 commit 075d3a8

File tree

11 files changed

+14
-14
lines changed

11 files changed

+14
-14
lines changed

.github/workflows/docs-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
2020
steps:
2121
- name: Checkout code
22-
uses: actions/checkout@v3
22+
uses: actions/checkout@v4
2323
with:
2424
fetch-depth: 0
2525

.github/workflows/docs-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
2424
steps:
2525
- name: Checkout code
26-
uses: actions/checkout@v3
26+
uses: actions/checkout@v4
2727
with:
2828
fetch-depth: 0
2929

.github/workflows/metrics-deploy.yml

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

103103
steps:
104104
- name: Checkout code
105-
uses: actions/checkout@v3
105+
uses: actions/checkout@v4
106106
with:
107107
ref: ${{ inputs.ref }}
108108

.github/workflows/mirror-noir-subrepo.yml

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

1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@v3
19+
uses: actions/checkout@v4
2020
with:
2121
fetch-depth: 0
2222
token: ${{ secrets.AZTEC_BOT_GITHUB_TOKEN }}

.github/workflows/mirror-repos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@v3
19+
uses: actions/checkout@v4
2020
with:
2121
fetch-depth: 0
2222
token: ${{ secrets.AZTEC_BOT_GITHUB_TOKEN }}
@@ -39,7 +39,7 @@ jobs:
3939
needs: mirror-to-barretenberg-repo
4040
steps:
4141
- name: Checkout
42-
uses: actions/checkout@v3
42+
uses: actions/checkout@v4
4343
with:
4444
fetch-depth: 0
4545
token: ${{ secrets.AZTEC_BOT_GITHUB_TOKEN }}

.github/workflows/network-deploy.yml

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

136136
steps:
137137
- name: Checkout code
138-
uses: actions/checkout@v3
138+
uses: actions/checkout@v4
139139
with:
140140
ref: ${{ inputs.ref || github.ref }}
141141

.github/workflows/network-test.yml

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

3131
steps:
3232
- name: Checkout code
33-
uses: actions/checkout@v3
33+
uses: actions/checkout@v4
3434

3535
- name: Authenticate to Google Cloud
3636
uses: google-github-actions/auth@v2

.github/workflows/publish-bb-mac.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
runs-on: macos-13
3333
steps:
3434
- name: Checkout
35-
uses: actions/checkout@v3
35+
uses: actions/checkout@v4
3636
with:
3737
ref: ${{ inputs.tag || github.sha }}
3838

@@ -71,7 +71,7 @@ jobs:
7171
runs-on: macos-14
7272
steps:
7373
- name: Checkout
74-
uses: actions/checkout@v3
74+
uses: actions/checkout@v4
7575
with:
7676
ref: ${{ inputs.tag || github.sha }}
7777

@@ -124,7 +124,7 @@ jobs:
124124
fi
125125
126126
- name: Checkout
127-
uses: actions/checkout@v3
127+
uses: actions/checkout@v4
128128
if: ${{ failure() }}
129129
with:
130130
ref: ${{ inputs.tag || github.sha }}

.github/workflows/pull-noir.yml

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

1919
steps:
2020
- name: Checkout
21-
uses: actions/checkout@v3
21+
uses: actions/checkout@v4
2222
with:
2323
fetch-depth: 0
2424
token: ${{ secrets.AZTEC_BOT_GITHUB_TOKEN }}

.github/workflows/redo-typo-pr.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 repository
25-
uses: actions/checkout@v3
25+
uses: actions/checkout@v4
2626
with:
2727
token: ${{ secrets.AZTEC_BOT_GITHUB_TOKEN }}
2828

scripts/git-subrepo/.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
os: [ubuntu-latest, macos-latest]
1515

1616
steps:
17-
- uses: actions/checkout@v2
17+
- uses: actions/checkout@v4
1818
- if: startsWith(matrix.os, 'macos')
1919
run: brew install bash
2020
- run:

0 commit comments

Comments
 (0)