From 64fa61274c1710d0cf4a4ea6c3c9686c96ab882f Mon Sep 17 00:00:00 2001 From: Thomas Denewiler Date: Fri, 3 Jan 2025 10:57:10 -0800 Subject: [PATCH] Update Statick package version for upcoming v0.10.0 release. --- .github/workflows/self-test.yml | 8 ++++---- Dockerfile | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/self-test.yml b/.github/workflows/self-test.yml index b627ad8..74e4689 100644 --- a/.github/workflows/self-test.yml +++ b/.github/workflows/self-test.yml @@ -11,22 +11,22 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Code - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Statick - uses: sscpac/statick-action@v0.1.0 + uses: sscpac/statick-action@v0.9.2 with: profile: self_check.yaml timings: true - name: Statick Markdown - uses: sscpac/statick-action@v0.1.0 + uses: sscpac/statick-action@v0.9.2 with: config: md-config.yaml profile: md-profile.yaml - name: Statick Tooling - uses: sscpac/statick-action@v0.1.0 + uses: sscpac/statick-action@v0.9.2 with: config: tooling-config.yaml profile: tooling-profile.yaml diff --git a/Dockerfile b/Dockerfile index 77e6157..522bee8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ -FROM ghcr.io/sscpac/statick:0.9.2 +FROM ghcr.io/sscpac/statick:0.10.0 LABEL "name"="Statick Action" -LABEL "version"="0.9.2" +LABEL "version"="0.10.0" LABEL "repository"="https://github.com/sscpac/statick-action.git" LABEL "homepage"="https://github.com/sscpac/statick-action" LABEL "maintainer"="Thomas Denewiler "