Skip to content

Commit 048e864

Browse files
Bump the actions group with 3 updates (#360)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a113f41 commit 048e864

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

.github/workflows/benchmark.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
python-version: ["3.10"]
2222
fail-fast: false
2323
steps:
24-
- uses: actions/checkout@v5
24+
- uses: actions/checkout@v6
2525
with:
2626
persist-credentials: false
2727
- name: Setup Python
@@ -31,7 +31,7 @@ jobs:
3131
cache: 'pip'
3232
cache-dependency-path: '**/setup.cfg'
3333
- name: Start MongoDB
34-
uses: supercharge/mongodb-github-action@90004df786821b6308fb02299e5835d0dae05d0d # 1.12.0
34+
uses: supercharge/mongodb-github-action@315db7fe45ac2880b7758f1933e6e5d59afd5e94 # 1.12.1
3535
with:
3636
mongodb-version: 6.0
3737
- name: Install deps

.github/workflows/dist-python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252

5353
steps:
5454
- name: Checkout pymongoarrow
55-
uses: actions/checkout@v5
55+
uses: actions/checkout@v6
5656
with:
5757
persist-credentials: false
5858

@@ -116,7 +116,7 @@ jobs:
116116
name: Make SDist
117117
runs-on: ubuntu-latest
118118
steps:
119-
- uses: actions/checkout@v5
119+
- uses: actions/checkout@v6
120120
with:
121121
persist-credentials: false
122122

.github/workflows/test-python.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222

2323
steps:
24-
- uses: actions/checkout@v5
24+
- uses: actions/checkout@v6
2525
with:
2626
persist-credentials: false
2727
- uses: actions/setup-python@v6
@@ -41,7 +41,7 @@ jobs:
4141
fail-fast: false
4242
name: CPython ${{ matrix.python-version }}-${{ matrix.os }}
4343
steps:
44-
- uses: actions/checkout@v5
44+
- uses: actions/checkout@v6
4545
with:
4646
persist-credentials: false
4747
- name: Setup Python
@@ -56,7 +56,7 @@ jobs:
5656
echo "LD_LIBRARY_PATH=$PWD/libbson/lib" >> $GITHUB_ENV
5757
- name: Start MongoDB on Linux
5858
if: ${{ startsWith(runner.os, 'Linux') }}
59-
uses: supercharge/mongodb-github-action@90004df786821b6308fb02299e5835d0dae05d0d # 1.12.0
59+
uses: supercharge/mongodb-github-action@315db7fe45ac2880b7758f1933e6e5d59afd5e94 # 1.12.1
6060
with:
6161
mongodb-version: 4.4
6262
mongodb-replica-set: test-rs
@@ -105,7 +105,7 @@ jobs:
105105
runs-on: ubuntu-latest
106106

107107
steps:
108-
- uses: actions/checkout@v5
108+
- uses: actions/checkout@v6
109109
with:
110110
persist-credentials: false
111111
- uses: actions/setup-python@v6
@@ -123,7 +123,7 @@ jobs:
123123
run: just import-check
124124
- name: Start MongoDB
125125
if: ${{ startsWith(runner.os, 'Linux') }}
126-
uses: supercharge/mongodb-github-action@90004df786821b6308fb02299e5835d0dae05d0d # 1.12.0
126+
uses: supercharge/mongodb-github-action@315db7fe45ac2880b7758f1933e6e5d59afd5e94 # 1.12.1
127127
with:
128128
mongodb-version: 4.4
129129
mongodb-replica-set: test-rs
@@ -132,7 +132,7 @@ jobs:
132132
docs:
133133
runs-on: ubuntu-latest
134134
steps:
135-
- uses: actions/checkout@v5
135+
- uses: actions/checkout@v6
136136
with:
137137
persist-credentials: false
138138
- name: Setup Python
@@ -153,7 +153,7 @@ jobs:
153153
permissions:
154154
contents: read
155155
steps:
156-
- uses: actions/checkout@v5
156+
- uses: actions/checkout@v6
157157
with:
158158
persist-credentials: false
159159
- name: Setup Python

.github/workflows/zizmor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
security-events: write
1515
steps:
1616
- name: Checkout repository
17-
uses: actions/checkout@v5
17+
uses: actions/checkout@v6
1818
with:
1919
persist-credentials: false
2020
- name: Run zizmor
21-
uses: zizmorcore/zizmor-action@1aba86d8e1245be7a9ca003d46fcc85a76e6aa61
21+
uses: zizmorcore/zizmor-action@9d985c6a33094e632ee3e60d1924caa8588dc5db

0 commit comments

Comments
 (0)