Skip to content

Commit

Permalink
Update actions/checkout requirement to v2.3.4 (jaegertracing#1381)
Browse files Browse the repository at this point in the history
Updates the requirements on [actions/checkout](https://github.com/actions/checkout) to permit the latest version.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/commits/5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 4, 2021
1 parent ca11800 commit 4f5b08d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/base-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/setup-go@v2.1.3
with:
go-version: '1.14.4'
- uses: actions/checkout@v1
- uses: actions/checkout@v2.3.4
- uses: jpkrohling/setup-operator-sdk@v1.0.2
with:
operator-sdk-version: v0.18.2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v2.3.4

- name: Initialize CodeQL
uses: github/codeql-action/init@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-kubernetes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: jpkrohling/setup-operator-sdk@v1.0.2
with:
operator-sdk-version: v0.18.2
- uses: actions/checkout@v1
- uses: actions/checkout@v2.3.4

- name: "setup docker"
run: ./.ci/setup-docker.sh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2.3.4
- uses: docker/setup-qemu-action@v1
- uses: docker/setup-buildx-action@v1
- name: "publishes the images"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/setup-go@v2.1.3
with:
go-version: '1.14.4'
- uses: actions/checkout@v1
- uses: actions/checkout@v2.3.4
- uses: jpkrohling/setup-operator-sdk@v1.0.2
with:
operator-sdk-version: v0.18.2
Expand Down

0 comments on commit 4f5b08d

Please sign in to comment.