Skip to content

Commit

Permalink
fix checkout action (#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
infosecB authored Nov 25, 2024
1 parent f39734d commit 9d00c21
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
token: ${{ secrets.DEPLOY }}

- name: Set up Python 3.10
uses: actions/setup-python@v5
Expand Down Expand Up @@ -45,14 +43,4 @@ jobs:
body: |
### Summary of the Pull Request
This PR bumps the version of LOOBins.
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Bump version and push tag
id: tag_version
uses: mathieudutour/[email protected]
with:
github_token: ${{ secrets.PAT }}
This PR bumps the version of LOOBins.

0 comments on commit 9d00c21

Please sign in to comment.