From 96712c62d14b5fc8d8cff5067e4742a0b0f22f6c Mon Sep 17 00:00:00 2001 From: Daniel Strobusch <1847260+dastrobu@users.noreply.github.com> Date: Sun, 17 Dec 2023 16:20:14 +0100 Subject: [PATCH] bump to actions/checkout@v4 --- .github/workflows/docc.yaml | 2 +- Package.resolved | 11 ++++++++++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docc.yaml b/.github/workflows/docc.yaml index 2678aad..c5a070a 100644 --- a/.github/workflows/docc.yaml +++ b/.github/workflows/docc.yaml @@ -9,7 +9,7 @@ jobs: generate-docs: runs-on: macos-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: generate-documentation # https://apple.github.io/swift-docc-plugin/documentation/swiftdoccplugin/generating-documentation-for-hosting-online/ run: > diff --git a/Package.resolved b/Package.resolved index 3b6d58b..9ad5a83 100644 --- a/Package.resolved +++ b/Package.resolved @@ -6,7 +6,16 @@ "repositoryURL": "https://github.com/apple/swift-docc-plugin", "state": { "branch": null, - "revision": "3303b164430d9a7055ba484c8ead67a52f7b74f6", + "revision": "26ac5758409154cc448d7ab82389c520fa8a8247", + "version": "1.3.0" + } + }, + { + "package": "SymbolKit", + "repositoryURL": "https://github.com/apple/swift-docc-symbolkit", + "state": { + "branch": null, + "revision": "b45d1f2ed151d057b54504d653e0da5552844e34", "version": "1.0.0" } }