Skip to content

Commit

Permalink
Merge branch 'main' into feature/57-perf-blog-post
Browse files Browse the repository at this point in the history
  • Loading branch information
CalvinWilkinson committed Jan 1, 2024
2 parents 5413daf + 9c95a04 commit 19145f6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/add-new-issue-to-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
jobs:
add_new_issue_to_project:
name: Add New Issue
uses: KinsonDigital/Infrastructure/.github/workflows/add-item-to-project.yml@v13.3.1
uses: KinsonDigital/Infrastructure/.github/workflows/add-item-to-project.yml@v13.5.0
with:
org-name: "${{ vars.ORGANIZATION_NAME }}"
org-project-name: "${{ vars.ORG_PROJECT_NAME }}"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
run: yarn build

- name: Setup Pages
uses: actions/configure-pages@v3 # https://github.com/marketplace/actions/configure-github-pages
uses: actions/configure-pages@v4 # https://github.com/marketplace/actions/configure-github-pages

- name: Upload Artifact
uses: actions/[email protected]
Expand All @@ -70,4 +70,4 @@ jobs:

- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v3
4 changes: 2 additions & 2 deletions .github/workflows/sync-pr-to-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
if: |
github.event_name == 'pull_request_target' &&
!startsWith(github.head_ref, 'renovate/')
uses: KinsonDigital/Infrastructure/.github/workflows/initial-manual-sync.yml@v13.3.1
uses: KinsonDigital/Infrastructure/.github/workflows/initial-manual-sync.yml@v13.5.0
with:
issue-or-pr-number: ${{ github.event.pull_request.number }}
sync-type: initial
Expand All @@ -35,7 +35,7 @@ jobs:
github.event_name == 'issue_comment' &&
github.event.issue.pull_request && github.event.issue.pull_request.url != null &&
contains(github.event.comment.body, '[run-sync]')
uses: KinsonDigital/Infrastructure/.github/workflows/initial-manual-sync.yml@v13.3.1
uses: KinsonDigital/Infrastructure/.github/workflows/initial-manual-sync.yml@v13.5.0
with:
issue-or-pr-number: ${{ github.event.issue.number }}
sync-type: manual
Expand Down
1 change: 1 addition & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2265,6 +2265,7 @@
"@types/scheduler" "*"
csstype "^3.0.2"


"@types/[email protected]":
version "0.12.0"
resolved "https://registry.yarnpkg.com/@types/retry/-/retry-0.12.0.tgz#2b35eccfcee7d38cd72ad99232fbd58bffb3c84d"
Expand Down

0 comments on commit 19145f6

Please sign in to comment.