Skip to content

Commit

Permalink
[depbot] Bump the deps group with 4 updates (#4047)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: clearloop <[email protected]>
  • Loading branch information
dependabot[bot] and clearloop authored Jul 8, 2024
1 parent dec469d commit fdfdae3
Show file tree
Hide file tree
Showing 5 changed files with 77 additions and 74 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/PR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: PR

on:
pull_request:
branches: [ master ]
branches: [master]

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down Expand Up @@ -40,6 +40,8 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}

docs:
permissions:
contents: write
runs-on: ubuntu-latest
env:
RUSTUP_HOME: /tmp/rustup_home
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ env:

jobs:
docs:
permissions: write-all
permissions:
contents: write
runs-on: ubuntu-latest
env:
RUSTUP_HOME: /tmp/rustup_home
Expand Down
Loading

0 comments on commit fdfdae3

Please sign in to comment.