Skip to content

Commit

Permalink
Update Statick package version for upcoming v0.10.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
tdenewiler committed Jan 3, 2025
1 parent c36ca95 commit 64fa612
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/self-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"
Expand Down

0 comments on commit 64fa612

Please sign in to comment.