File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -12,13 +12,13 @@ jobs:
12
12
environment : heroku
13
13
steps :
14
14
- name : " Check out Git repository"
15
- uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
15
+ uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
16
16
- name : " Set Heroku app & branch for ${{ github.ref }}"
17
17
run : |
18
18
echo $GITHUB_REF
19
19
echo "HEROKU_BRANCH=main" >> $GITHUB_ENV
20
20
- name : " Deploy ${{ github.ref }} to Heroku"
21
- uses : akhileshns/heroku-deploy@9fd0f9faae4aa93a38d6f5e25b9128589f1371b0 # v3.12.14
21
+ uses : akhileshns/heroku-deploy@581dd286c962b6972d427fcf8980f60755c15520 # v3.13.15
22
22
with :
23
23
heroku_api_key : ${{ secrets.HEROKU_API_KEY }}
24
24
heroku_app_name : " collector-confluence"
Original file line number Diff line number Diff line change @@ -8,16 +8,16 @@ colorama==0.4.6
8
8
Deprecated == 1.2.14
9
9
gitpython == 3.1.43
10
10
PyGithub == 2.3.0
11
- idna == 3.6
11
+ idna == 3.7
12
12
importlib_metadata == 7.1.0
13
13
jmespath == 1.0.1
14
14
markdown-it-py == 3.0.0
15
15
mdurl == 0.1.2
16
16
oauthlib == 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
19
19
pydantic_yaml == 1.3.0
20
- Pygments == 2.17.2
20
+ Pygments == 2.18.0
21
21
python-dotenv == 1.0.1
22
22
requests == 2.31.0
23
23
requests-oauthlib == 2.0.0
@@ -27,7 +27,7 @@ ruamel.yaml.clib==0.2.8
27
27
shellingham == 1.5.4
28
28
six == 1.16.0
29
29
soupsieve == 2.5
30
- typer == 0.12.1
30
+ typer == 0.12.3
31
31
typing_extensions == 4.11.0
32
32
urllib3 == 2.2.1
33
33
wrapt == 1.16.0
You can’t perform that action at this time.
0 commit comments