Skip to content

Commit 4aa3d15

Browse files
Merge branch 'main' into docs/edot-encouragement
2 parents 4fca61c + c6bb9ee commit 4aa3d15

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- name: Get token
2222
id: get_token
23-
uses: actions/create-github-app-token@v2
23+
uses: actions/create-github-app-token@v3
2424
with:
2525
app-id: ${{ secrets.OBS_AUTOMATION_APP_ID }}
2626
private-key: ${{ secrets.OBS_AUTOMATION_APP_PEM }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
- uses: actions/checkout@v6
125125

126126
- name: Set up Docker Buildx
127-
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0
127+
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0
128128
with:
129129
cache-binary: false
130130

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,6 @@ jobs:
231231
with:
232232
name: html-coverage-report
233233
path: htmlcov
234-
- uses: geekyeggo/delete-artifact@f275313e70c08f6120db482d7a6b98377786765b # 5.1.0
234+
- uses: geekyeggo/delete-artifact@176a747ab7e287e3ff4787bf8a148716375ca118 # 6.0.0
235235
with:
236236
name: coverage-reports-*

.github/workflows/updatecli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
- name: Get token
2121
id: get_token
22-
uses: actions/create-github-app-token@v2
22+
uses: actions/create-github-app-token@v3
2323
with:
2424
app-id: ${{ secrets.OBS_AUTOMATION_APP_ID }}
2525
private-key: ${{ secrets.OBS_AUTOMATION_APP_PEM }}

0 commit comments

Comments
 (0)