Skip to content
This repository was archived by the owner on May 28, 2024. It is now read-only.

Commit

Permalink
ci: upgrade checkout action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
henrywang committed Feb 1, 2024
1 parent 7264ec4 commit 6cb00e8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cs9-x86.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Clone repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ needs.pr-info.outputs.sha }}
fetch-depth: 0
Expand Down Expand Up @@ -188,7 +188,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Clone repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ needs.pr-info.outputs.sha }}
fetch-depth: 0
Expand Down Expand Up @@ -273,7 +273,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Clone repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ needs.pr-info.outputs.sha }}
fetch-depth: 0
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/trigger-cs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:
needs: check-image
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: Save tested container image digest
run: echo "${{ needs.check-image.outputs.image_digest }}" >> files/pr_file

Expand Down

0 comments on commit 6cb00e8

Please sign in to comment.