Skip to content
This repository has been archived by the owner on Dec 17, 2022. It is now read-only.

build(deps): bump actions/checkout from 2 to 3 #2

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/compare-envoy-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
outputs:
target-version: ${{ steps.compare-latest-to-current-version.outputs.target-version }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Fetch latest Envoy version
id: latest-envoy-version
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-protobuf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
update-protobuf:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Run scripts
working-directory: ./tools/
run: |
Expand Down