mirror of
https://github.com/pomerium/pomerium.git
synced 2025-07-23 19:49:13 +02:00
chore(deps): bump actions/setup-python from 3.1.2 to 4 (#3439)
* chore(deps): bump actions/setup-python from 3.1.2 to 4 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3.1.2 to 4. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](98f2ad02fd...d09bd5e600
) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * chore(deps): bump actions/setup-python from 3.1.2 to 4 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3.1.2 to 4. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](98f2ad02fd...d09bd5e600
) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * add python version Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Caleb Doxsey <cdoxsey@pomerium.com>
This commit is contained in:
parent
341987e5a2
commit
38a425aa2c
1 changed files with 3 additions and 1 deletions
4
.github/workflows/test.yaml
vendored
4
.github/workflows/test.yaml
vendored
|
@ -224,7 +224,9 @@ jobs:
|
|||
- uses: actions/setup-go@b22fbbc2921299758641fab08929b4ac52b32923 # pin@v2
|
||||
with:
|
||||
go-version: 1.18.x
|
||||
- uses: actions/setup-python@98f2ad02fd48d057ee3b4d4f66525b231c3e52b6 # pin@v3
|
||||
- uses: actions/setup-python@d09bd5e6005b175076f227b13d9730d56e9dcfcb # pin@v3
|
||||
with:
|
||||
python-version: "3.x"
|
||||
- uses: pre-commit/action@876132a3c26aa072b09eab6c5395b4749eeb2435 # pin@release
|
||||
with:
|
||||
extra_args: --show-diff-on-failure --from-ref ${{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue