Skip to content

Commit

Permalink
Merge pull request #29 from trifork/renovate/major-actions-checkout-4.x
Browse files Browse the repository at this point in the history
fix(deps): major update actions/checkout from v3 to v4
  • Loading branch information
cthtrifork authored Oct 3, 2023
2 parents 74da713 + cd2084e commit a459f4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Checkout"
uses: actions/checkout@v3
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4

- name: Login to GitHub Container Registry
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/es-config-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4

- name: "Build and push"
uses: trifork/cheetah-infrastructure-utils/.github/actions/build-image@main
Expand Down

0 comments on commit a459f4e

Please sign in to comment.