Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
mend-for-github-com[bot] authored May 9, 2024
1 parent c1b9fde commit 8c96baa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Test and Deploy Mend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
echo "RELEASE=true" >> $GITHUB_OUTPUT
fi
fi
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: get source branch
id: get_source_branch
run: |
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
packages_dir: dist/${{needs.build-and-test.outputs.min_py_ver}}
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Create Release
if: startsWith(github.ref, 'refs/tags/v')
uses: ncipollo/release-action@v1
Expand Down

0 comments on commit 8c96baa

Please sign in to comment.