Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- name: Check if organization member
id: is_organization_member
uses: JamesSingleton/is-organization-member@1.0.1
uses: JamesSingleton/is-organization-member@1.1.0
with:
organization: Giskard-AI
username: ${{ github.actor }}
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/lock-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
steps:
- name: Check if organization member
id: is_organization_member
uses: JamesSingleton/is-organization-member@1.0.1
uses: JamesSingleton/is-organization-member@1.1.0
with:
organization: Giskard-AI
username: ${{ github.actor }}
Expand Down Expand Up @@ -62,12 +62,12 @@ jobs:
run: rm -rf pdm.lock && pdm lock -G :all

- name: Configure git
run: |
run: |
git config --global user.name 'BotLocker'
git config --global user.email '[email protected]'

- name: Adding file
run: |
run: |
git add pdm.lock
git commit -m "Regenerating pdm.lock" --allow-empty

Expand All @@ -81,4 +81,3 @@ jobs:
- name: Push to target branch
run: |
git push origin ${{ steps.extract_branch.outputs.branch }}

38 changes: 20 additions & 18 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"devDependencies": {
"@babel/core": "^7.26.9",
"@babel/preset-env": "^7.26.9",
"autoprefixer": "^10.4.19",
"autoprefixer": "^10.4.21",
"cssnano": "^7.0.6",
"gulp": "^5.0.0",
"gulp-babel": "^8.0.0",
Expand All @@ -15,10 +15,10 @@
"gulp-postcss": "^10.0.0",
"postcss": "^8.5.3",
"postcss-import": "^16.1.0",
"tailwindcss": "^4.0.9",
"tailwindcss": "^4.1.0",
"uglify": "^0.1.5"
},
"dependencies": {
"alpinejs": "^3.14.8"
"alpinejs": "^3.14.9"
}
}
Loading