Skip to content

Commit a4af92b

Browse files
authored
ci: bump actions/checkout to v4 (#2000)
1 parent 9c14ab5 commit a4af92b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ubuntu-latest
2727
steps:
2828
- name: Checkout
29-
uses: actions/checkout@v3
29+
uses: actions/checkout@v4
3030
with:
3131
fetch-depth: 0 # Not needed if lastUpdated is not enabled
3232
# - uses: pnpm/action-setup@v2 # Uncomment this if you're using pnpm

.github/workflows/latest_tags.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
contents: write
9090
pull-requests: write
9191
steps:
92-
- uses: actions/checkout@v3
92+
- uses: actions/checkout@v4
9393
- name: Write latest tags and commit SHAs to txt files
9494
# This is the code that writes to a file. If we need to update the file
9595
# layout, contents, or file name, do it here.

.github/workflows/preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
permissions: write-all
1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@v3
19+
uses: actions/checkout@v4
2020

2121
- name: Setup Node
2222
uses: actions/setup-node@v3

0 commit comments

Comments
 (0)