Skip to content

Commit

Permalink
Merge pull request #575 from beeware/firebase
Browse files Browse the repository at this point in the history
Update ci.yml
  • Loading branch information
freakboy3742 authored Jul 11, 2024
2 parents d70c2c7 + 78e057a commit 8ac4624
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,9 @@ jobs:
runs-on: ubuntu-latest
if: contains(github.event.pull_request.labels.*.name, 'preview')
steps:
- uses: actions/checkout@v1
with:
ref: "refs/pull/${{ github.event.number }}/merge" # THIS IS INSECURE
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v1
uses: actions/setup-python@v5
with:
python-version: '3.X'
- name: Install dependencies
Expand Down

0 comments on commit 8ac4624

Please sign in to comment.