Skip to content

Commit

Permalink
upgrade GHA checkout to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Nir-Az committed Jan 26, 2025
1 parent 6a87e45 commit 24004d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/static_analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
timeout-minutes: 30
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 #v3
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 #v4

- name: Install
shell: bash
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 #v3
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 #v4

- name: "Install Dependencies"
run: |
Expand Down Expand Up @@ -201,7 +201,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 #v3
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 #v4

- name: Build docs
run: |
Expand Down

0 comments on commit 24004d1

Please sign in to comment.