Skip to content

Commit

Permalink
Bump frankdejonge/use-github-token from 1.0.2 to 1.1.0
Browse files Browse the repository at this point in the history
Bumps [frankdejonge/use-github-token](https://github.com/frankdejonge/use-github-token) from 1.0.2 to 1.1.0.
- [Release notes](https://github.com/frankdejonge/use-github-token/releases)
- [Commits](frankdejonge/use-github-token@1.0.2...1.1.0)

---
updated-dependencies:
- dependency-name: frankdejonge/use-github-token
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 5, 2024
1 parent c9ace5a commit 8e10316
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup GIT
uses: frankdejonge/use-github-token@1.0.2
uses: frankdejonge/use-github-token@1.1.0
with:
authentication: '${{ secrets.COMPOSER_USERNAME }}:${{ secrets.COMPOSER_TOKEN }}'
user_name: 'Andrey Helldar'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/split.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: echo "branch=${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}" >> $GITHUB_OUTPUT

- name: Setup GIT
uses: frankdejonge/use-github-token@1.0.2
uses: frankdejonge/use-github-token@1.1.0
with:
authentication: '${{ secrets.COMPOSER_USERNAME }}:${{ secrets.COMPOSER_TOKEN }}'
user_name: 'GitHub Action'
Expand Down

0 comments on commit 8e10316

Please sign in to comment.