Skip to content

Commit

Permalink
Updated actions to the latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Srinivas-E committed Oct 4, 2024
1 parent aa9a865 commit 4dac660
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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@v2
- uses: actions/checkout@v4

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

- uses: actions/setup-python@v2
- uses: actions/setup-python@v5
name: Install Python
with:
python-version: '3.7'

- name: Describe Tag & Branch Name
id: build_names
run: |
echo ::set-output name=TAG_NAME::${GITHUB_REF#refs/tags/}
echo TAG_NAME=${GITHUB_REF#refs/tags/} >> $GITHUB_OUTPUT
- name: Build sdist
run: |
Expand Down

0 comments on commit 4dac660

Please sign in to comment.