-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #154 from pytest-dev/dependabot/github_actions/git…
…hub-actions-67984d3d75 Bump the github-actions group with 2 updates
- Loading branch information
Showing
2 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ jobs: | |
SETUPTOOLS_SCM_PRETEND_VERSION: ${{ github.event.inputs.version }} | ||
|
||
steps: | ||
- uses: actions/[email protected].0 | ||
- uses: actions/[email protected].1 | ||
|
||
- name: Build and Check Package | ||
uses: hynek/[email protected] | ||
|
@@ -30,7 +30,7 @@ jobs: | |
contents: write # For tag and release notes. | ||
|
||
steps: | ||
- uses: actions/[email protected].0 | ||
- uses: actions/[email protected].1 | ||
|
||
- name: Download Package | ||
uses: actions/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,7 @@ jobs: | |
gtest_ver: [ "1.11.0" ] | ||
|
||
steps: | ||
- uses: actions/[email protected].0 | ||
- uses: actions/[email protected].1 | ||
- name: Set up Python | ||
uses: actions/[email protected] | ||
with: | ||
|
@@ -49,7 +49,7 @@ jobs: | |
pip install scons | ||
scons -j4 -C tests | ||
- name: Upload compilation results | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].3 | ||
with: | ||
name: tests | ||
if-no-files-found: error | ||
|
@@ -64,7 +64,7 @@ jobs: | |
package: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected].0 | ||
- uses: actions/[email protected].1 | ||
- name: Build and Check Package | ||
uses: hynek/[email protected] | ||
|
||
|
@@ -78,7 +78,7 @@ jobs: | |
python: ["3.8", "3.9", "3.10", "3.11", "3.12"] | ||
|
||
steps: | ||
- uses: actions/[email protected].0 | ||
- uses: actions/[email protected].1 | ||
- name: Set up Python | ||
uses: actions/[email protected] | ||
with: | ||
|