Skip to content

Commit

Permalink
Security fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
R5-3600 committed Apr 10, 2024
1 parent e2636ec commit 31472cd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Git Version
on:
push:
branches:
- master
- main

jobs:
lint:
Expand All @@ -16,14 +16,14 @@ jobs:
ref: ${{ github.head_ref }} # checkout the correct branch name
fetch-depth: 0 # fetch the whole repo history
runs:
using: 'node20'
using: 'node21'

- name: Git Version
id: version
uses: codacy/[email protected]

- name: Cache
uses: actions/[email protected].0
uses: actions/[email protected].2


- name: Use the version
Expand All @@ -32,4 +32,4 @@ jobs:
- name: Use the previous version
run: |
echo ${{ steps.version.outputs.previous-version }}

0 comments on commit 31472cd

Please sign in to comment.