We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fce0dac commit ec64b2bCopy full SHA for ec64b2b
2 files changed
.github/workflows/build.yml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ubuntu-latest
16
steps:
17
- name: "Find default branch"
18
- uses: octokit/request-action@v2.x
+ uses: octokit/request-action@v3.0.0
19
id: get_default_branch
20
with:
21
route: GET /repos/${{ github.repository }}
.github/workflows/build_latest.yml
@@ -11,7 +11,7 @@ jobs:
11
12
13
14
0 commit comments