Skip to content

Commit

Permalink
Merge pull request pistacheio#1274 from pistacheio/dependabot/github_…
Browse files Browse the repository at this point in the history
…actions/github-actions-7833b7a746

Build(deps): Bump the github-actions group with 4 updates
  • Loading branch information
kiplingw authored Dec 26, 2024
2 parents a170063 + eed02c1 commit 383a7e6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/conventional-commits.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: ${{ github.event.pull_request.commits }} + 1

- uses: actions/setup-node@v2
- uses: actions/setup-node@v4

- name: Install commitlint cli
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/debian-changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
sudo apt update
sudo apt -y install --no-install-recommends devscripts git
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pistache.io.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Install dependencies
run: |
Expand All @@ -29,7 +29,7 @@ jobs:
yarn build
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./pistache.io/build
2 changes: 1 addition & 1 deletion .github/workflows/reuse.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: fsfe/reuse-action@v3
- uses: fsfe/reuse-action@v5

0 comments on commit 383a7e6

Please sign in to comment.