Skip to content

Commit

Permalink
update version in readme example
Browse files Browse the repository at this point in the history
  • Loading branch information
KevKibe committed Nov 1, 2024
1 parent 032a6c9 commit ab38948
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
uses: actions/checkout@v3

- name: Execute Kaggle Script Action
uses: KevKibe/[email protected].1
uses: KevKibe/[email protected].2
with:
username: ${{ secrets.KAGGLE_USERNAME }}
key: ${{ secrets.KAGGLE_KEY }}
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
uses: actions/checkout@v3

- name: Run Bert Model Training
uses: KevKibe/[email protected].1
uses: KevKibe/[email protected].2
with:
username: ${{ secrets.KAGGLE_USERNAME }}
key: ${{ secrets.KAGGLE_KEY }}
Expand Down

0 comments on commit ab38948

Please sign in to comment.