Skip to content

Commit

Permalink
Bump trakx/github-actions from 10.1.1 to 10.1.2 (#126)
Browse files Browse the repository at this point in the history
Bumps [trakx/github-actions](https://github.com/trakx/github-actions) from 10.1.1 to 10.1.2.
- [Release notes](https://github.com/trakx/github-actions/releases)
- [Commits](trakx/github-actions@v10.1.1...v10.1.2)

---
updated-dependencies:
- dependency-name: trakx/github-actions
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 12, 2024
1 parent 03a0bf6 commit 920133f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs:
if: ${{ github.actor == 'dependabot[bot]' }}
steps:
- name: Merge non major updates
uses: trakx/github-actions/[email protected].1
uses: trakx/github-actions/[email protected].2
with:
githubToken: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Build and publish nuget packages
id: publish
uses: trakx/github-actions/[email protected].1
uses: trakx/github-actions/[email protected].2
with:
packageReadonlyPat: ${{secrets.TRAKX_BOT_READONLY_PAT}}
githubToken: ${{secrets.GITHUB_TOKEN}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- name: Test and cover solutions
id: test
uses: trakx/github-actions/[email protected].1
uses: trakx/github-actions/[email protected].2
with:
packageReadonlyPat: ${{secrets.TRAKX_BOT_READONLY_PAT}}
codacyToken: ${{secrets.CODACY_TOKEN}}
Expand Down

0 comments on commit 920133f

Please sign in to comment.