Skip to content

Commit

Permalink
Update GH actions (#64)
Browse files Browse the repository at this point in the history
Update GH actions:

* Bump CasperWA/push-protected from 2 to 2.3.0
* Bump actions/setup-python from 2 to 2.2.2
* Bump actions/checkout from 2 to 2.3.4

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
CasperWA and dependabot[bot] committed May 12, 2021
1 parent b249405 commit 74a70cb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/update_vMAJOR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v2.3.4

- name: Set up Python 3.9
uses: actions/setup-python@v2
uses: actions/setup-python@v2.2.2
with:
python-version: 3.9

Expand All @@ -29,7 +29,7 @@ jobs:
run: .github/update_version/update_version.sh

- name: Update '${{ env.PUBLISH_UPDATE_BRANCH }}'
uses: CasperWA/push-protected@v2
uses: CasperWA/push-protected@v2.3.0
with:
token: ${{ secrets.RELEASE_PAT_CASPER }}
branch: ${{ env.PUBLISH_UPDATE_BRANCH }}
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/validator_action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
name: Regular server
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2.3.4

- name: Set up and run regular server
run: |
Expand All @@ -40,7 +40,7 @@ jobs:
runs-on: ubuntu-latest
name: Index server
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2.3.4

- name: Set up and run index server
run: |
Expand All @@ -60,7 +60,7 @@ jobs:
runs-on: ubuntu-latest
name: All versioned paths for regular server
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2.3.4

- name: Set up and run regular server (which includes all versioned base URLs)
run: |
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
runs-on: ubuntu-latest
name: Run BATS test suite for entrypoint.sh
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2.3.4

- name: Build BATS environment
run: docker build -t optimade_bats ./tests
Expand All @@ -101,7 +101,7 @@ jobs:
runs-on: ubuntu-latest
name: Use validator from git commit sha
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2.3.4

- name: Set up and run regular server
run: |
Expand All @@ -121,7 +121,7 @@ jobs:
runs-on: ubuntu-latest
name: Use validator with wrong version
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2.3.4

- name: Set up and run regular server
run: |
Expand Down Expand Up @@ -149,10 +149,10 @@ jobs:
runs-on: ubuntu-latest
name: Retrieve and check validator results
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2.3.4

- name: Set up Python 3.7
uses: actions/setup-python@v2
uses: actions/setup-python@v2.2.2
with:
python-version: 3.7

Expand Down

0 comments on commit 74a70cb

Please sign in to comment.