Skip to content

Commit 5a02cd4

Browse files
authored
Merge pull request #146 from weaviate/revert-143-dependabot/github_actions/github-actions-76468cb07f
Revert "Bump actions/checkout from 5 to 6 in the github-actions group"
2 parents c2284e1 + 6aef466 commit 5a02cd4

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/main.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: Run Linter and Formatter
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v6
14+
- uses: actions/checkout@v5
1515
- uses: actions/setup-python@v6
1616
with:
1717
python-version: "3.11"
@@ -31,7 +31,7 @@ jobs:
3131
matrix:
3232
version: [ "3.9", "3.10", "3.11", "3.12", "3.13" ]
3333
steps:
34-
- uses: actions/checkout@v6
34+
- uses: actions/checkout@v5
3535
- uses: actions/setup-python@v6
3636
with:
3737
python-version: ${{ matrix.version }}
@@ -69,7 +69,7 @@ jobs:
6969
matrix:
7070
version: [ "3.9", "3.10", "3.11", "3.12", "3.13" ]
7171
steps:
72-
- uses: actions/checkout@v6
72+
- uses: actions/checkout@v5
7373
- uses: actions/setup-python@v6
7474
with:
7575
python-version: ${{ matrix.version }}
@@ -98,7 +98,7 @@ jobs:
9898
matrix:
9999
version: [ "3.9", "3.10", "3.11", "3.12", "3.13" ]
100100
steps:
101-
- uses: actions/checkout@v6
101+
- uses: actions/checkout@v5
102102
- uses: actions/setup-python@v6
103103
with:
104104
python-version: ${{ matrix.version }}

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v6
14+
uses: actions/checkout@v5
1515
with:
1616
fetch-depth: 0
1717
- name: Set up Python 3.11
@@ -51,7 +51,7 @@ jobs:
5151
needs: [gh-release]
5252
steps:
5353
- name: Checkout
54-
uses: actions/checkout@v6
54+
uses: actions/checkout@v5
5555
with:
5656
fetch-depth: 0
5757
- name: Set up Python 3.11

0 commit comments

Comments
 (0)