Skip to content

Commit

Permalink
Update action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jmertic authored Mar 9, 2024
1 parent 48551cb commit 70a704a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@ jobs:

steps:
- name: Checkout lf-landscape
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: landscape
- name: Checkout landscape-tools
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: jmertic/landscape-tools
path: landscape-tools
- name: Set up Python 3.x
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: Install dependencies
Expand All @@ -33,12 +33,12 @@ jobs:
../landscape-tools/landscapemembers.py
cp images/red-hat-inc.svg hosted_logos/red_hat_inc.svg
- name: Save missing.csv file
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: missing-members
path: ./landscape/missing.csv
- name: Checkout landscapeapp
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: cncf/landscapeapp
path: landscapeapp
Expand All @@ -54,7 +54,7 @@ jobs:
PROJECT_PATH=../landscape node tools/removeQuotes
PROJECT_PATH=../landscape node tools/pruneExtraEntries
- name: Create Pull Request
uses: peter-evans/create-pull-request@v4
uses: peter-evans/create-pull-request@v6
with:
token: ${{ secrets.PAT }}
branch-suffix: timestamp
Expand Down

0 comments on commit 70a704a

Please sign in to comment.