Skip to content

Commit

Permalink
Merge pull request #4 from portefaix/renovate/actions-checkout-4.x
Browse files Browse the repository at this point in the history
Update actions/checkout action to v4
  • Loading branch information
nlamirault authored Dec 15, 2023
2 parents 2594135 + 235a51d commit 5bf04cc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/landscape-build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ jobs:
options: --user root
steps:
- name: Checkout this repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Checkout landscape repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: ${{ inputs.repository }}
ref: ${{ inputs.repository_ref }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/landscape-validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
validate-settings:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: cncf/landscape2-validate-action@v2
with:
target_kind: settings
Expand All @@ -39,7 +39,7 @@ jobs:
runs-on: ubuntu-latest
name: "Validate landscape data file"
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: cncf/landscape2-validate-action@v2
with:
target_kind: data
Expand All @@ -49,7 +49,7 @@ jobs:
runs-on: ubuntu-latest
name: "Validate landscape guide file"
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: cncf/landscape2-validate-action@v2
with:
target_kind: guide
Expand Down

0 comments on commit 5bf04cc

Please sign in to comment.