We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80b8f3b commit 433e344Copy full SHA for 433e344
.github/workflows/main.yml
@@ -13,10 +13,10 @@ jobs:
13
14
steps:
15
- name: Checkout App Repo
16
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
17
18
- name: Setup Node
19
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
20
with:
21
node-version: '20'
22
cache: 'yarn'
.github/workflows/update-completed-sprint-on-issue-closed.yaml
@@ -10,7 +10,7 @@ jobs:
10
11
- name: Generate token
12
id: generate_token
- uses: tibdex/github-app-token@v1
+ uses: tibdex/github-app-token@v2
app_id: ${{ secrets.GH_PROJECT_MANAGEMENT_APP_ID }}
private_key: ${{ secrets.GH_PROJECT_MANAGEMENT_APP_PEM }}
0 commit comments