Skip to content

Commit ce96d89

Browse files
authored
Merge pull request #154 from pytest-dev/dependabot/github_actions/github-actions-67984d3d75
Bump the github-actions group with 2 updates
2 parents a8fc6b5 + 3c206e2 commit ce96d89

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
SETUPTOOLS_SCM_PRETEND_VERSION: ${{ github.event.inputs.version }}
1717

1818
steps:
19-
- uses: actions/checkout@v4.2.0
19+
- uses: actions/checkout@v4.2.1
2020

2121
- name: Build and Check Package
2222
uses: hynek/build-and-inspect-python-package@v2.9.0
@@ -30,7 +30,7 @@ jobs:
3030
contents: write # For tag and release notes.
3131

3232
steps:
33-
- uses: actions/checkout@v4.2.0
33+
- uses: actions/checkout@v4.2.1
3434

3535
- name: Download Package
3636
uses: actions/download-artifact@v4.1.8

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
gtest_ver: [ "1.11.0" ]
2626

2727
steps:
28-
- uses: actions/checkout@v4.2.0
28+
- uses: actions/checkout@v4.2.1
2929
- name: Set up Python
3030
uses: actions/setup-python@v5.2.0
3131
with:
@@ -49,7 +49,7 @@ jobs:
4949
pip install scons
5050
scons -j4 -C tests
5151
- name: Upload compilation results
52-
uses: actions/upload-artifact@v4.4.1
52+
uses: actions/upload-artifact@v4.4.3
5353
with:
5454
name: tests
5555
if-no-files-found: error
@@ -64,7 +64,7 @@ jobs:
6464
package:
6565
runs-on: ubuntu-latest
6666
steps:
67-
- uses: actions/checkout@v4.2.0
67+
- uses: actions/checkout@v4.2.1
6868
- name: Build and Check Package
6969
uses: hynek/build-and-inspect-python-package@v2.9.0
7070

@@ -78,7 +78,7 @@ jobs:
7878
python: ["3.8", "3.9", "3.10", "3.11", "3.12"]
7979

8080
steps:
81-
- uses: actions/checkout@v4.2.0
81+
- uses: actions/checkout@v4.2.1
8282
- name: Set up Python
8383
uses: actions/setup-python@v5.2.0
8484
with:

0 commit comments

Comments
 (0)