Skip to content

Commit

Permalink
Bump actions/checkout from 1 to 3 (#96)
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 1 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v1...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Bogdan Drutu <[email protected]>
  • Loading branch information
dependabot[bot] and bogdandrutu authored May 31, 2022
1 parent 53e6a98 commit 6788e67
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cpp_format_tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3

- name: Build the Docker image
run: docker build cpp_format_tools/. -t cpp_format_tools
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/markdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: check out code
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: install markdownlint
run: sudo npm install -g markdownlint-cli
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/protobuf-dockerimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
- name: Build the Docker image
run: docker build protobuf/. -t build-protobuf
- name: Push the Docker image
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/schema_tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3

- name: Build the Docker image
run: docker build schemas/. -t build-tool-schemas
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/semconvgen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
run:
working-directory: semantic-conventions/
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- name: install dev-dependencies
run: |
Expand All @@ -43,7 +43,7 @@ jobs:
runs-on: ubuntu-latest
needs: tests
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- name: Build the wheel
run: |
Expand Down

0 comments on commit 6788e67

Please sign in to comment.