Skip to content

Commit

Permalink
Merge pull request #88 from viperproject/dependabot/github_actions/al…
Browse files Browse the repository at this point in the history
…l-69b2579018

Bump the all group with 2 updates
  • Loading branch information
ArquintL authored Feb 20, 2024
2 parents 6e9cd07 + 439695d commit 16c44ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ jobs:
build: # make sure build/ci work properly
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Cache npm
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: .npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Expand All @@ -44,7 +44,7 @@ jobs:
if: contains(github.ref, 'refs/heads/releases/')
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Create release tag
shell: bash
run: echo "TAG_NAME=$(date +v-%Y-%m-%d-%H%M)" >> $GITHUB_ENV
Expand Down

0 comments on commit 16c44ac

Please sign in to comment.