Skip to content

Commit

Permalink
Upgrade statick-action from 0.1.0 to 0.9.2. (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
tdenewiler authored Jun 22, 2023
1 parent c0cb28b commit 34feaab
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,14 @@ jobs:
- name: Statick Markdown
if: matrix.os == 'ubuntu-20.04' || matrix.os == 'ubuntu-22.04'
uses: sscpac/statick-action@v0.1.0
uses: sscpac/statick-action@v0.9.2
with:
profile: documentation.yaml
timings: true

- name: Statick
if: matrix.os == 'ubuntu-20.04' || matrix.os == 'ubuntu-22.04'
uses: sscpac/statick-action@v0.1.0
uses: sscpac/statick-action@v0.9.2
with:
profile: self_check.yaml
timings: true
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

## Unreleased

### Changed

- Upgrade statick-action from 0.1.0 to 0.9.2.

## v0.3.5 - 2023-06-21

### Changed
Expand Down

0 comments on commit 34feaab

Please sign in to comment.