Skip to content

Commit

Permalink
[patch] update GitHub Actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
electrovir committed Mar 24, 2024
1 parent c56e80d commit f649e65
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tagged-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
runs-on: 'ubuntu-latest'

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4.1.1
- name: Use Node.js
uses: actions/setup-node@v3
uses: actions/[email protected]
with:
node-version-file: '.nvmrc'
- name: run test
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4.1.1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/[email protected]
with:
node-version-file: '.nvmrc'
- name: run test
Expand Down
6 changes: 3 additions & 3 deletions configs/.github/workflows/build-for-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ jobs:
runs-on: 'ubuntu-latest'

steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4.1.1
- uses: actions/[email protected]
with:
node-version-file: '.nvmrc'
- name: build
run: |
npm ci
npm run docs
- uses: JamesIves/github-pages-deploy-action@v4
- uses: JamesIves/github-pages-deploy-action@v4.5.0
with:
branch: 'gh-pages'
folder: 'dist-docs'
4 changes: 2 additions & 2 deletions configs/.github/workflows/tagged-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
runs-on: 'ubuntu-latest'

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4.1.1
- name: Use Node.js
uses: actions/setup-node@v3
uses: actions/[email protected]
with:
node-version-file: '.nvmrc'
- name: run test
Expand Down
4 changes: 2 additions & 2 deletions configs/.github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4.1.1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/[email protected]
with:
node-version-file: '.nvmrc'
- name: run test
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "virmator",
"version": "11.5.0",
"version": "11.5.1",
"description": "Handle common package configs, commands, and dependencies.",
"keywords": [
"automation",
Expand Down

0 comments on commit f649e65

Please sign in to comment.