Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump actions/checkout from 1 to 3.1.0 #29

Open
wants to merge 1 commit into
base: master
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
4 changes: 2 additions & 2 deletions .github/workflows/dep-summaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ jobs:
name: Annotate PRs with dependency summary changes
steps:
- name: checkout
uses: actions/checkout@v2
uses: actions/checkout@v3.1.0
- name: fetch base ref
id: fetch-base-ref
uses: ./.github/actions/pr-base-ref
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: checkout base ref
uses: actions/checkout@v2
uses: actions/checkout@v3.1.0
with:
ref: ${{ steps.fetch-base-ref.outputs.ref }}
path: libra-base
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hyperjump-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: (hyperjump) comment
steps:
- name: checkout
uses: actions/checkout@v2
uses: actions/checkout@v3.1.0
- name: comment
uses: ./.github/actions/hyperjump-comment
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hyperjump-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: (hyperjump) labels
steps:
- name: checkout
uses: actions/checkout@v2
uses: actions/checkout@v3.1.0
- name: labels
uses: ./.github/actions/hyperjump-labels
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/land-blocking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
# The additional time can cover the retries and wait.
timeout-minutes: 50
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3.1.0
- name: Setup env
run: |
echo "::set-env name=LIBRA_GIT_REV::$(git rev-parse --short=8 HEAD)"
Expand Down