Skip to content

Commit

Permalink
[Auto-generated] Update dependencies (#966)
Browse files Browse the repository at this point in the history
* Bump SINTEF/ci-cd from 2.8.2 to 2.8.3 (#965)
  • Loading branch information
TEAM4-0 authored Oct 17, 2024
1 parent fc4c907 commit d29adb8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_automerge_dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
update-dependabot-branch:
name: External
uses: SINTEF/ci-cd/.github/workflows/ci_automerge_prs.yml@v2.8.2
uses: SINTEF/ci-cd/.github/workflows/ci_automerge_prs.yml@v2.8.3
if: github.repository_owner == 'SINTEF' && startsWith(github.event.pull_request.head.ref, 'dependabot/') && github.actor == 'dependabot[bot]'
secrets:
PAT: ${{ secrets.RELEASE_PAT }}
2 changes: 1 addition & 1 deletion .github/workflows/ci_cd_updated_master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
updates-to-master:
name: External
uses: SINTEF/ci-cd/.github/workflows/ci_cd_updated_default_branch.yml@v2.8.2
uses: SINTEF/ci-cd/.github/workflows/ci_cd_updated_default_branch.yml@v2.8.3
if: github.repository_owner == 'SINTEF'
with:
# General
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
create-collected-pr:
name: External
uses: SINTEF/ci-cd/.github/workflows/ci_update_dependencies.yml@v2.8.2
uses: SINTEF/ci-cd/.github/workflows/ci_update_dependencies.yml@v2.8.3
if: github.repository_owner == 'sintef'
with:
git_username: DLite Developers
Expand Down

0 comments on commit d29adb8

Please sign in to comment.