File tree Expand file tree Collapse file tree 4 files changed +27
-26
lines changed Expand file tree Collapse file tree 4 files changed +27
-26
lines changed Original file line number Diff line number Diff line change 1414 steps :
1515 - name : Check if organization member
1616 id : is_organization_member
17- uses : JamesSingleton/is-organization-member@1.0.1
17+ uses : JamesSingleton/is-organization-member@1.1.0
1818 with :
1919 organization : Giskard-AI
2020 username : ${{ github.actor }}
Original file line number Diff line number Diff line change 2727 steps :
2828 - name : Check if organization member
2929 id : is_organization_member
30- uses : JamesSingleton/is-organization-member@1.0.1
30+ uses : JamesSingleton/is-organization-member@1.1.0
3131 with :
3232 organization : Giskard-AI
3333 username : ${{ github.actor }}
@@ -62,12 +62,12 @@ jobs:
6262 run : rm -rf pdm.lock && pdm lock -G :all
6363
6464 - name : Configure git
65- run : |
65+ run : |
6666 git config --global user.name 'BotLocker'
6767 git config --global user.email 'bot.locker@users.noreply.github.com'
6868
6969 - name : Adding file
70- run : |
70+ run : |
7171 git add pdm.lock
7272 git commit -m "Regenerating pdm.lock" --allow-empty
7373
8181 - name : Push to target branch
8282 run : |
8383 git push origin ${{ steps.extract_branch.outputs.branch }}
84-
Original file line number Diff line number Diff line change 66 "devDependencies" : {
77 "@babel/core" : " ^7.26.9" ,
88 "@babel/preset-env" : " ^7.26.9" ,
9- "autoprefixer" : " ^10.4.19 " ,
9+ "autoprefixer" : " ^10.4.21 " ,
1010 "cssnano" : " ^7.0.6" ,
1111 "gulp" : " ^5.0.0" ,
1212 "gulp-babel" : " ^8.0.0" ,
1515 "gulp-postcss" : " ^10.0.0" ,
1616 "postcss" : " ^8.5.3" ,
1717 "postcss-import" : " ^16.1.0" ,
18- "tailwindcss" : " ^4.0.9 " ,
18+ "tailwindcss" : " ^4.1.0 " ,
1919 "uglify" : " ^0.1.5"
2020 },
2121 "dependencies" : {
22- "alpinejs" : " ^3.14.8 "
22+ "alpinejs" : " ^3.14.9 "
2323 }
2424}
You can’t perform that action at this time.
0 commit comments