Skip to content

Commit

Permalink
Update GitHub Action Versions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 4, 2024
1 parent 56248c3 commit d0e2677
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/git-cliff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}

- name: Generate a changelog
uses: orhun/[email protected].1
uses: orhun/[email protected].2
id: git-cliff
with:
config: ./cliff.toml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
shell: Rscript {0}

- name: Cache styler
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
path: ${{ steps.styler-location.outputs.location }}
key: ${{ runner.os }}-styler-${{ github.sha }}
Expand Down

0 comments on commit d0e2677

Please sign in to comment.