Skip to content

Commit

Permalink
Merge branch 'main' into renovate/uritemplate-3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
diranged authored Oct 21, 2024
2 parents 78fc996 + 3ccfd7e commit a938ecb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
- name: Check out the repo
uses: actions/checkout@v2
- name: Push to GitHub Packages
uses: docker/build-push-action@v1
uses: docker/build-push-action@v6
with:
push: false
registry: docker.pkg.github.com
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Check out the repo
uses: actions/checkout@v2
- name: Push to GitHub Packages
uses: docker/build-push-action@v1
uses: docker/build-push-action@v6
with:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions resources/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
boto3==1.4.7
botocore==1.7.6
certifi==2017.7.27.1
certifi==2024.7.4
chardet==3.0.4
click==6.7
docutils==0.14
Expand All @@ -19,7 +19,7 @@ pyasn1==0.3.4
pyasn1-modules==0.1.4
pyparsing==2.4.7
python-dateutil==2.6.1
requests==2.21.0
requests==2.32.2
rsa==4.7
s3transfer==0.1.11
six==1.16.0
Expand Down

0 comments on commit a938ecb

Please sign in to comment.