Skip to content

Commit

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

Bump actions/checkout from 4.0.0 to 4.1.0
  • Loading branch information
pshipton committed Sep 25, 2023
2 parents 5756d90 + ebbdfc6 commit 6a36833
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@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
with:
path: 'tests'
- name: checkout TKG repo
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
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@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
- 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@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
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@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
with:
repository: 'adoptium/TKG.git'
ref: 'master'
Expand Down

0 comments on commit 6a36833

Please sign in to comment.