Skip to content

Commit

Permalink
Merge pull request #13 from wearefrank/dependabot/github_actions/gith…
Browse files Browse the repository at this point in the history
…ub-actions-c05b813bb9

build(dependencies): bump wearefrank/ci-cd-templates from 1.0.13 to 1.0.14 in the github-actions group
  • Loading branch information
philipsens authored Jan 10, 2025
2 parents be74c32 + 042d4a3 commit ee2d345
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bump-ff-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

jobs:
bump-ff-version:
uses: wearefrank/ci-cd-templates/.github/workflows/ff-version-auto-bumper.yml@186180df0b02fa3d1eedfab6f6044992db6e7ab5 # 1.0.13
uses: wearefrank/ci-cd-templates/.github/workflows/ff-version-auto-bumper.yml@2cd3595e939973034ac3c37c870f0d81d1a21cc1 # 1.0.14
secrets:
token: ${{ secrets.WEAREFRANK_BOT_PAT }}
dockerhub-username: ${{ secrets.DOCKERHUB_USERNAME }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ jobs:

- name: Next Reference
id: reference
uses: wearefrank/ci-cd-templates/next-reference@186180df0b02fa3d1eedfab6f6044992db6e7ab5 #1.0.13
uses: wearefrank/ci-cd-templates/next-reference@2cd3595e939973034ac3c37c870f0d81d1a21cc1 #1.0.14

ci:
uses: wearefrank/ci-cd-templates/.github/workflows/ci-generic.yml@186180df0b02fa3d1eedfab6f6044992db6e7ab5 #1.0.13
uses: wearefrank/ci-cd-templates/.github/workflows/ci-generic.yml@2cd3595e939973034ac3c37c870f0d81d1a21cc1 #1.0.14
needs:
- version-next
secrets:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
GH_TOKEN: ${{ secrets.WEAREFRANK_BOT_PAT }}

ci:
uses: wearefrank/ci-cd-templates/.github/workflows/ci-generic.yml@186180df0b02fa3d1eedfab6f6044992db6e7ab5 #1.0.13
uses: wearefrank/ci-cd-templates/.github/workflows/ci-generic.yml@2cd3595e939973034ac3c37c870f0d81d1a21cc1 #1.0.14
needs: analyze-commits
secrets:
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
GH_TOKEN: ${{ secrets.WEAREFRANK_BOT_PAT }}

docker-release:
uses: wearefrank/ci-cd-templates/.github/workflows/docker-release-generic.yml@186180df0b02fa3d1eedfab6f6044992db6e7ab5 #1.0.13
uses: wearefrank/ci-cd-templates/.github/workflows/docker-release-generic.yml@2cd3595e939973034ac3c37c870f0d81d1a21cc1 #1.0.14
needs:
- analyze-commits
- release
Expand All @@ -110,4 +110,4 @@ jobs:
- release
# Set to true to enable Docusaurus publishing to GitHub Pages
if: false
uses: wearefrank/ci-cd-templates/.github/workflows/docusaurus-release.yml@186180df0b02fa3d1eedfab6f6044992db6e7ab5 #1.0.13
uses: wearefrank/ci-cd-templates/.github/workflows/docusaurus-release.yml@2cd3595e939973034ac3c37c870f0d81d1a21cc1 #1.0.14

0 comments on commit ee2d345

Please sign in to comment.