Skip to content

Commit

Permalink
chore(deps): bump actions/checkout from 3 to 4 (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jul 4, 2024
1 parent e4349cf commit 4091a68
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-test-setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

# E2E test cases on Notation Setup
- name: Setup Notation
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-test-sign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- 5000:5000
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Build and push to local registry
id: image1
uses: docker/build-push-action@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-test-verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- 5000:5000
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Build and push to local registry
id: image1
uses: docker/build-push-action@v4
Expand Down

0 comments on commit 4091a68

Please sign in to comment.