Skip to content

Commit

Permalink
Update GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
vitodb authored and mambelli committed Aug 30, 2023
1 parent bdb70b0 commit a5a2bae
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/linters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,30 +19,30 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout DE Modules
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
path: decisionengine_modules

- name: checkout DE Framework
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
path: decisionengine
repository: HEPCloud/decisionengine

- name: checkout GlideinWMS for python3
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
path: glideinwms
repository: glideinWMS/glideinwms
ref: branch_v3_9

- uses: actions/setup-python@v2
- uses: actions/setup-python@v4
with:
python-version: "3.9"
architecture: "x64"

- name: Cache pip
uses: actions/cache@v2
uses: actions/cache@v3
with:
# This path is specific to Ubuntu
path: ~/.cache/pip
Expand Down Expand Up @@ -99,30 +99,30 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout DE Modules
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
path: decisionengine_modules

- name: checkout DE Framework
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
path: decisionengine
repository: HEPCloud/decisionengine

- name: checkout GlideinWMS for python3
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
path: glideinwms
repository: glideinWMS/glideinwms
ref: branch_v3_9

- uses: actions/setup-python@v2
- uses: actions/setup-python@v4
with:
python-version: "3.9"
architecture: "x64"

- name: Cache pip
uses: actions/cache@v2
uses: actions/cache@v3
with:
# This path is specific to Ubuntu
path: ~/.cache/pip
Expand Down Expand Up @@ -178,5 +178,5 @@ jobs:
name: Run REUSE to check license compliance
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: fsfe/reuse-action@v1

0 comments on commit a5a2bae

Please sign in to comment.