Skip to content

Commit

Permalink
chore(deps): bump octokit/request-action from 2.1.9 to 2.4.0 (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 4, 2024
1 parent 408ac3a commit a3594fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dependabot-fix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
git commit -m '[dependabot skip] Fix yarn.lock' --allow-empty
git push
- uses: octokit/request-action@v2.1.9
- uses: octokit/request-action@v2.4.0
if: contains(fromJSON('["opened", "reopened"]'), github.event.action)
env:
GITHUB_TOKEN: ${{ secrets.LICHTBLICK_GITHUB_TOKEN }}
Expand All @@ -66,7 +66,7 @@ jobs:
pull_number: ${{ github.event.pull_request.number }}
event: "APPROVE"

- uses: octokit/request-action@v2.1.9
- uses: octokit/request-action@v2.4.0
if: contains(fromJSON('["opened", "reopened"]'), github.event.action)
env:
GITHUB_TOKEN: ${{ secrets.LICHTBLICK_GITHUB_TOKEN }}
Expand Down

0 comments on commit a3594fc

Please sign in to comment.