Skip to content

Commit

Permalink
Merge pull request #83 from pypi-data/dependabot/github_actions/depen…
Browse files Browse the repository at this point in the history
…dencies-2ccdcb69c5

Bump the dependencies group with 2 updates
  • Loading branch information
orf authored Sep 4, 2024
2 parents 506e180 + ad03cb7 commit f23a561
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
if: github.repository == 'pypi-data/internal-toolchain'
steps:
- uses: robinraju/release-downloader@v1.10
- uses: robinraju/release-downloader@v1.11
with:
repository: "pypi-data/toolchain"
fileName: "pypi-data-toolchain.tar.gz"
Expand All @@ -23,7 +23,7 @@ jobs:

- name: Generate token
id: generate_token
uses: pypi-data/github-app-token@v1
uses: pypi-data/github-app-token@v2
with:
app_id: ${{ secrets.APP_ID }}
private_key: ${{ secrets.APP_PRIVATE_KEY }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
if: github.repository == 'pypi-data/internal-toolchain'
steps:
- uses: robinraju/release-downloader@v1.10
- uses: robinraju/release-downloader@v1.11
with:
repository: "pypi-data/toolchain"
fileName: "pypi-data-toolchain.tar.gz"
Expand All @@ -23,7 +23,7 @@ jobs:

- name: Generate token
id: generate_token
uses: pypi-data/github-app-token@v1
uses: pypi-data/github-app-token@v2
with:
app_id: ${{ secrets.APP_ID }}
private_key: ${{ secrets.APP_PRIVATE_KEY }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
if: github.repository == 'pypi-data/internal-toolchain'
steps:
- uses: robinraju/release-downloader@v1.10
- uses: robinraju/release-downloader@v1.11
with:
repository: "pypi-data/pypi-json-data"
fileName: "pypi-data.sqlite.gz"
Expand All @@ -30,7 +30,7 @@ jobs:
shell: bash
run: gzip -d ${{ github.workspace }}/data/pypi-data.sqlite.gz

- uses: robinraju/release-downloader@v1.10
- uses: robinraju/release-downloader@v1.11
with:
repository: "pypi-data/toolchain"
fileName: "pypi-data-toolchain.tar.gz"
Expand All @@ -40,7 +40,7 @@ jobs:

- name: Generate token
id: generate_token
uses: pypi-data/github-app-token@v1
uses: pypi-data/github-app-token@v2
with:
app_id: ${{ secrets.APP_ID }}
private_key: ${{ secrets.APP_PRIVATE_KEY }}
Expand Down

0 comments on commit f23a561

Please sign in to comment.