Skip to content

Commit

Permalink
chore: restore .github/workflows/run_one_use_cases_example.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
kcelia committed Dec 19, 2024
1 parent c74a9db commit 4838307
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run_one_use_cases_example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
apt-get install -y python3-venv make git git-lfs binutils
- name: Checkout Code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
lfs: true

Expand Down Expand Up @@ -172,7 +172,7 @@ jobs:
name: Send Slack notification
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- name: Prepare whole job status
if: ${{ always() }}
Expand Down

0 comments on commit 4838307

Please sign in to comment.