File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -12,13 +12,13 @@ jobs:
1212 environment : heroku
1313 steps :
1414 - name : " Check out Git repository"
15- uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
15+ uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
1616 - name : " Set Heroku app & branch for ${{ github.ref }}"
1717 run : |
1818 echo $GITHUB_REF
1919 echo "HEROKU_BRANCH=main" >> $GITHUB_ENV
2020 - name : " Deploy ${{ github.ref }} to Heroku"
21- uses : akhileshns/heroku-deploy@9fd0f9faae4aa93a38d6f5e25b9128589f1371b0 # v3.12.14
21+ uses : akhileshns/heroku-deploy@581dd286c962b6972d427fcf8980f60755c15520 # v3.13.15
2222 with :
2323 heroku_api_key : ${{ secrets.HEROKU_API_KEY }}
2424 heroku_app_name : " collector-confluence"
Original file line number Diff line number Diff line change @@ -8,14 +8,14 @@ colorama==0.4.6
88Deprecated == 1.2.14
99gitpython == 3.1.43
1010PyGithub == 2.3.0
11- idna == 3.6
11+ idna == 3.7
1212importlib_metadata == 7.1.0
1313jmespath == 1.0.1
1414markdown-it-py == 3.0.0
1515mdurl == 0.1.2
1616oauthlib == 3.2.2
17- pydantic == 2.6.4
18- pydantic_core == 2.16.3
17+ pydantic == 2.7.1
18+ pydantic_core == 2.18.2
1919pydantic_yaml == 1.3.0
2020Pygments == 2.17.2
2121python-dotenv == 1.0.1
@@ -27,7 +27,7 @@ ruamel.yaml.clib==0.2.8
2727shellingham == 1.5.4
2828six == 1.16.0
2929soupsieve == 2.5
30- typer == 0.12.1
30+ typer == 0.12.3
3131typing_extensions == 4.11.0
3232urllib3 == 2.2.1
3333wrapt == 1.16.0
You can’t perform that action at this time.
0 commit comments