Skip to content

Commit

Permalink
fix: updated github action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
azeezat committed Aug 22, 2024
1 parent 91870d5 commit 22d18a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-and-publish-to-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
token: ${{ secrets.PAT }}
- name: Install the dependencies
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-input-select",
"version": "1.3.7",
"version": "1.3.8",
"description": "A customizable dropdown selection package for react-native for android and iOS with multiple select and search capabilities.",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down

0 comments on commit 22d18a7

Please sign in to comment.