Skip to content

Commit

Permalink
Merge pull request #49 from dfinity/upgrade-checkout
Browse files Browse the repository at this point in the history
Upgrade checkout version
  • Loading branch information
cgundy committed Feb 28, 2024
2 parents b5ed923 + f76598a commit ec4e913
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/check_cla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
is_member: ${{ steps.check-membership.outputs.is_member}}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: 'dfinity/public-workflows'

Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
if: ${{ needs.check-membership.outputs.is_member != 'true' && needs.check-membership.result == 'success' }}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: 'dfinity/public-workflows'

Expand All @@ -66,7 +66,7 @@ jobs:
REPO: ${{ github.event.repository.name }}

- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.ref }}
repository: ${{ github.event.pull_request.head.repo.full_name }}
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
})
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
if: ${{ steps.accepts_external_contrib.outputs.accepts_contrib != 'false' }}
with:
repository: 'dfinity/public-workflows'
Expand Down

0 comments on commit ec4e913

Please sign in to comment.