Skip to content

Commit 9f9d543

Browse files
chore(deps): bump actions/create-github-app-token from 2 to 3
Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 2 to 3. - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](actions/create-github-app-token@v2...v3) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f2e7a78 commit 9f9d543

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cron-update-rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
persist-credentials: false
1717
- uses: dtolnay/rust-toolchain@stable
18-
- uses: actions/create-github-app-token@v2
18+
- uses: actions/create-github-app-token@v3
1919
id: generate-token
2020
with:
2121
app-id: ${{ secrets.APP_ID }}

0 commit comments

Comments
 (0)