Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Commit 64c0c66

Browse files
authored
Merge pull request #307 from supabase-community/dependabot/github_actions/main/actions/checkout-4
chore(deps): bump actions/checkout from 3 to 4
2 parents 9b62e68 + 2a51fff commit 64c0c66

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ${{ matrix.os }}
1313
steps:
1414
- name: Clone Repository
15-
uses: actions/checkout@v3
15+
uses: actions/checkout@v4
1616
- name: Set up Python ${{ matrix.python-version }}
1717
uses: actions/setup-python@v4
1818
with:
@@ -42,7 +42,7 @@ jobs:
4242
contents: write # needed for dependabot to write to repo
4343
steps:
4444
- name: Clone Repository
45-
uses: actions/checkout@v3
45+
uses: actions/checkout@v4
4646
with:
4747
ref: ${{ github.ref }}
4848
fetch-depth: 0

.github/workflows/manual_pypi_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: Clone Repository
18-
uses: actions/checkout@v3
18+
uses: actions/checkout@v4
1919
- name: Set up Python '3.10'
2020
uses: actions/setup-python@v4
2121
with:

0 commit comments

Comments
 (0)