Skip to content

Commit

Permalink
checkout actions version is changed to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
Srinivas-E committed Oct 1, 2024
1 parent 5d8c988 commit 3c1e2f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
os: [ubuntu-latest, windows-latest, macos-latest]

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v2

- name: Describe Tag & Branch Name
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/20')
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
name: Build source distribution
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v2

- uses: actions/setup-python@v2
name: Install Python
Expand Down

0 comments on commit 3c1e2f4

Please sign in to comment.