Skip to content

Commit

Permalink
Update lint_and_test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
riga authored May 24, 2024
1 parent edb67d3 commit 1e9a816
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/lint_and_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout ⬇️
uses: actions/checkout@master
uses: actions/checkout@v4
with:
persist-credentials: false
submodules: recursive

- name: Setup python 🐍
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: 3.9

Expand All @@ -34,7 +34,7 @@ jobs:
outputs:
dirs: ${{ steps.dirs.outputs.dirs }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- id: dirs
run: echo "dirs=$(ls -d cmsdb/campaigns/*/ | jq --raw-input --slurp --compact-output 'split("\n")[:-1]')" >> ${GITHUB_OUTPUT}

Expand All @@ -47,13 +47,13 @@ jobs:
dir: ${{ fromJson(needs.collect_dirs.outputs.dirs) }}
steps:
- name: Checkout ⬇️
uses: actions/checkout@master
uses: actions/checkout@v4
with:
persist-credentials: false
submodules: recursive

- name: Setup python 🐍
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: 3.9

Expand Down

0 comments on commit 1e9a816

Please sign in to comment.