Skip to content

Commit

Permalink
Bump checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
webtonize committed Mar 7, 2024
1 parent 7e60584 commit ced4fe1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
steps:

- name: Checkout this Projects Wiki
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: 'cloudyspells/ado-agent-ms-stack.wiki'
path: wiki
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ubuntu-win-generation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,19 +44,19 @@ jobs:
- name: Checkout repository
if: ${{ env.CHECKOUT_TYPE == 'main' }}
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: cloudyspells/ado-agent-ms-stack

- name: Checkout PR
if: ${{ env.CHECKOUT_TYPE == 'pull_request' }}
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}

- name: Checkout custom repository
if: ${{ env.CHECKOUT_TYPE == 'custom_repo' }}
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: '${{ inputs.custom_repo }}'
ref: '${{ inputs.custom_repo_commit_hash }}'
Expand Down

0 comments on commit ced4fe1

Please sign in to comment.