Skip to content

Commit

Permalink
Update get-services-status.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GitGinocchio committed Oct 8, 2024
1 parent af0165e commit 9df2c18
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/get-services-status.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,20 @@ jobs:
runs-on: "composite"
steps:
- name: Checkout Main Branch
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: main

- name: Checkout Data Branch
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: data
path: data

- name: Setup Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.12"
python-version: "3.11"

- name: Install Python dependencies
shell: bash
Expand Down

0 comments on commit 9df2c18

Please sign in to comment.