From 49e42908826c0b9b9868303308d15eeb5741b137 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 00:26:22 +0000 Subject: [PATCH] Bump CDCgov/cfa-actions from 1.0.0 to 1.0.1 Bumps [CDCgov/cfa-actions](https://github.com/cdcgov/cfa-actions) from 1.0.0 to 1.0.1. - [Release notes](https://github.com/cdcgov/cfa-actions/releases) - [Commits](https://github.com/cdcgov/cfa-actions/compare/v1.0.0...v1.0.1) --- updated-dependencies: - dependency-name: CDCgov/cfa-actions dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/sphinx.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sphinx.yaml b/.github/workflows/sphinx.yaml index cca60d4..ca4fdfc 100644 --- a/.github/workflows/sphinx.yaml +++ b/.github/workflows/sphinx.yaml @@ -71,7 +71,7 @@ jobs: uses: actions/checkout@v4 - name: Post comment preview - uses: CDCgov/cfa-actions/post-artifact@v1.0.0 + uses: CDCgov/cfa-actions/post-artifact@v1.0.1 with: artifact-name: github-pages gh-token: ${{ secrets.GITHUB_TOKEN}}