File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 26
26
working-directory : lambdas
27
27
run : yarn install --frozen-lockfile && yarn run test && yarn dist
28
28
- 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
30
30
id : token
31
31
with :
32
32
app-id : ${{ vars.RELEASER_APP_ID }}
Original file line number Diff line number Diff line change 63
63
run : |
64
64
git config user.name github-actions[bot]
65
65
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
67
67
with :
68
68
python-version : 3.x
69
69
- run : echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
You can’t perform that action at this time.
0 commit comments