Skip to content

Commit ac62711

Browse files
authored
Merge pull request #397 from BimberLab/26.3_fb_gh
Update octokit/request-action
2 parents f4d2818 + ec64b2b commit ac62711

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.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: "Find default branch"
18-
uses: octokit/request-action@v2.x
18+
uses: octokit/request-action@v3.0.0
1919
id: get_default_branch
2020
with:
2121
route: GET /repos/${{ github.repository }}

.github/workflows/build_latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: "Find default branch"
14-
uses: octokit/request-action@v2.x
14+
uses: octokit/request-action@v3.0.0
1515
id: get_default_branch
1616
with:
1717
route: GET /repos/${{ github.repository }}

0 commit comments

Comments
 (0)