Skip to content

Commit

Permalink
Merge pull request #357 from sasjs/bumpfix
Browse files Browse the repository at this point in the history
fix: bumping semantic release and checkout actions to v4
  • Loading branch information
allanbowe authored Oct 17, 2023
2 parents 50e6d41 + 7512423 commit f905387
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,23 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Install dependencies
run: npm ci

- name: Check code style (aborts if errors found)
run: npx @sasjs/cli lint

- name: Ensure all.sas is always up to date
run: |
git config user.name github-actions
git config user.email [email protected]
python3 build.py
git add all.sas
git commit -m "chore: updating all.sas"
git push
- name: Write VPN Files
run: |
echo "$CA_CRT" > .github/vpn/ca.crt
Expand Down Expand Up @@ -52,7 +61,7 @@ jobs:
echo "REFRESH_TOKEN=${{secrets.SAS9_4GL_IO_REFRESH_TOKEN}}" >> .env.server
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v3
uses: cycjimmy/semantic-release-action@v4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit f905387

Please sign in to comment.