Skip to content

Commit

Permalink
Revert "build(deps): bump actions/setup-python from 4.7.0 to 4.7.1 (#… (
Browse files Browse the repository at this point in the history
envoyproxy#29987)

Revert "build(deps): bump actions/setup-python from 4.7.0 to 4.7.1 (envoyproxy#29917)"

This reverts commit a6ef636.

Signed-off-by: Ryan Northey <[email protected]>
  • Loading branch information
phlax authored Oct 6, 2023
1 parent b31401c commit b660598
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
ref: ${{ github.head_ref }}
- name: Set up Python (3.10)
uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236
uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1
with:
python-version: "3.10"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr_notifier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.8
uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236
uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1
with:
python-version: '3.8'
architecture: 'x64'
Expand Down

0 comments on commit b660598

Please sign in to comment.