Skip to content

Commit

Permalink
Merge pull request #154 from masutaka/test-does-dependabot-support-co…
Browse files Browse the repository at this point in the history
…mmit-hash

test: Does dependabot support commit hash?
  • Loading branch information
masutaka authored May 21, 2024
2 parents cbe561f + eab0bf9 commit dd3ace7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
contents: write
pull-requests: write
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- id: run-tagpr
uses: Songmu/tagpr@v1
env:
Expand All @@ -37,7 +37,7 @@ jobs:
permissions:
contents: write
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
with:
fetch-tags: true
- name: Setup Go environment
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- name: Setup Go environment
uses: actions/setup-go@v5
with:
Expand Down

0 comments on commit dd3ace7

Please sign in to comment.