Skip to content

Commit

Permalink
Merge pull request #17482 from eclipse-openj9/dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/actions/checkout-3.5.2

Bump actions/checkout from 2.7.0 to 3.5.2
  • Loading branch information
pshipton committed May 31, 2023
2 parents 914adf4 + 17e2841 commit ba2ccc1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/autoTestPR.yml
Expand Up @@ -40,11 +40,11 @@ jobs:
run: |
pip install lxml
- name: checkout current repo
uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
with:
path: 'tests'
- name: checkout TKG repo
uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
with:
repository: 'adoptium/TKG.git'
ref: 'master'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/presubmit.yml
Expand Up @@ -41,7 +41,7 @@ jobs:
Linter:
runs-on: ubuntu-16.04
steps:
- uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
- name: install dependencies
run: |
sudo apt-get update -y && \
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/runAqa.yml
Expand Up @@ -41,12 +41,12 @@ jobs:
id: workflow_run_info
# Checkout current repo to access the repo-specific config file `.github/workflows/runAqaConfig.json`
- name: Checkout current repo
uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
with:
path: 'main'
# Checkout the main TKG repo to access the shared script `scripts/testRepo/runAqaArgParse.py`
- name: Checkout main TKG repo
uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
with:
repository: 'adoptium/TKG.git'
ref: 'master'
Expand Down

0 comments on commit ba2ccc1

Please sign in to comment.