We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 59ec970 + ce4f73a commit 3752aeaCopy full SHA for 3752aea
2 files changed
.github/workflows/expense.yml
@@ -41,7 +41,7 @@ jobs:
41
authorize:
42
runs-on: ubuntu-latest
43
steps:
44
- - uses: octokit/request-action@dad4362715b7fb2ddedf9772c8670824af564f0d # v2.4.0
+ - uses: octokit/request-action@b91aabaa861c777dcdb14e2387e30eddf04619ae # v3.0.0
45
with:
46
route: GET /orgs/:organisation/teams/:team/memberships/${{ github.actor }}
47
team: technical-steering-committee
.github/workflows/release.yml
@@ -34,7 +34,7 @@ jobs:
34
fetch-tags: true
35
36
- name: Setup pnpm
37
- uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
+ uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5.0.0
38
39
- name: Setup Node.js
40
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
0 commit comments