Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/swift/github.com/apple/swift-docc…
Browse files Browse the repository at this point in the history
…-plugin-1.4.3
  • Loading branch information
AllDmeat authored Dec 19, 2024
2 parents 8736a0a + 1743fcc commit cfe759d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

steps:
- name: Get source code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Prepare Environment for App Build
uses: ./.github/actions/prepare_env_app_build
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/update_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ jobs:
runs-on: 'macos-latest'
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup Pages
uses: actions/configure-pages@v2
uses: actions/configure-pages@v5

- name: Build
run: |
Expand All @@ -43,5 +43,5 @@ jobs:

- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v4

0 comments on commit cfe759d

Please sign in to comment.