Skip to content

Commit

Permalink
Merge pull request #232 from FrancoAguzzi/fix/semantic-release-config
Browse files Browse the repository at this point in the history
fix: upgrade actions/checkout package version
  • Loading branch information
FrancoAguzzi authored Mar 19, 2024
2 parents 992885d + f9d0d7e commit a031e9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release
on:
push:
branches:
- develop
- main

permissions:
contents: write
Expand All @@ -14,7 +14,7 @@ jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Setup pnpm
uses: pnpm/action-setup@v3
with:
Expand Down

0 comments on commit a031e9e

Please sign in to comment.