Skip to content

Commit

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

chore(deps): bump actions/checkout from 3 to 4
  • Loading branch information
tomaszbarwicki authored Feb 7, 2024
2 parents a6e29d3 + 6eaff8f commit 21b37aa
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy-dashboard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: setup Go
uses: actions/setup-go@v5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dash-licence-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Concatenate dependencies
run: cat release-automation/go.sum release-notifier/go.sum > dash-input.sum
- name: Run dash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-test-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verify-binary-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: setup Go
uses: actions/setup-go@v5
Expand Down

0 comments on commit 21b37aa

Please sign in to comment.