Skip to content

Commit a9ec627

Browse files
chore(deps): bump the github group with 2 updates
Bumps the github group with 2 updates: [actions/create-github-app-token](https://github.com/actions/create-github-app-token) and [actions/setup-python](https://github.com/actions/setup-python). Updates `actions/create-github-app-token` from 1.11.7 to 1.12.0 - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](actions/create-github-app-token@af35eda...d72941d) Updates `actions/setup-python` from 5.4.0 to 5.5.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@4237552...8d9ed9a) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8bd260c commit a9ec627

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
working-directory: lambdas
2727
run: yarn install --frozen-lockfile && yarn run test && yarn dist
2828
- name: Get installation token
29-
uses: actions/create-github-app-token@af35edadc00be37caa72ed9f3e6d5f7801bfdf09 # v1.11.7
29+
uses: actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1.12.0
3030
id: token
3131
with:
3232
app-id: ${{ vars.RELEASER_APP_ID }}

.github/workflows/update-docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
run: |
6464
git config user.name github-actions[bot]
6565
git config --global user.email "github-actions[bot]@users.noreply.github.com"
66-
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
66+
- uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
6767
with:
6868
python-version: 3.x
6969
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV

0 commit comments

Comments
 (0)