Skip to content

Commit 4b0c1fe

Browse files
renovate[bot]cpcloud
authored andcommitted
chore(deps): update actions/create-github-app-token action to v2.0.6
1 parent 14d103a commit 4b0c1fe

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/create-rotate-key-issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Generate a GitHub token
18-
uses: actions/[email protected].5
18+
uses: actions/[email protected].6
1919
id: generate_token
2020
with:
2121
app-id: ${{ secrets.SQUAWK_BOT_APP_ID }}

.github/workflows/docs-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
cancel-in-progress: true
1919
if: github.event.label.name == 'docs-preview'
2020
steps:
21-
- uses: actions/[email protected].5
21+
- uses: actions/[email protected].6
2222
id: generate_token
2323
with:
2424
app-id: ${{ secrets.DOCS_BOT_APP_ID }}

.github/workflows/ibis-backends-cloud.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
fetch-depth: 0
111111
ref: ${{ github.event.pull_request.head.sha }}
112112

113-
- uses: actions/[email protected].5
113+
- uses: actions/[email protected].6
114114
id: generate_token
115115
with:
116116
app-id: ${{ secrets.DOCS_BOT_APP_ID }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
id-token: write
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/[email protected].5
20+
- uses: actions/[email protected].6
2121
id: generate_token
2222
with:
2323
app-id: ${{ secrets.APP_ID }}

.github/workflows/update-nix-flakes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: install nix
1818
uses: DeterminateSystems/nix-installer-action@v17
1919

20-
- uses: actions/[email protected].5
20+
- uses: actions/[email protected].6
2121
id: generate-token
2222
with:
2323
app-id: ${{ secrets.SQUAWK_BOT_APP_ID }}

0 commit comments

Comments
 (0)