aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/update-lockfile.yml2
-rw-r--r--.github/workflows/update-readme.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/update-lockfile.yml b/.github/workflows/update-lockfile.yml
index 2290f56aa..df0f61347 100644
--- a/.github/workflows/update-lockfile.yml
+++ b/.github/workflows/update-lockfile.yml
@@ -14,7 +14,7 @@ jobs:
with:
ref: master
- - uses: actions/create-github-app-token@v1
+ - uses: actions/create-github-app-token@v2
id: app-token
with:
app-id: ${{ vars.TOKEN_ID }}
diff --git a/.github/workflows/update-readme.yml b/.github/workflows/update-readme.yml
index a3fa018e5..de416a873 100644
--- a/.github/workflows/update-readme.yml
+++ b/.github/workflows/update-readme.yml
@@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- - uses: actions/create-github-app-token@v1
+ - uses: actions/create-github-app-token@v2
id: app-token
with:
app-id: ${{ vars.TOKEN_ID }}