We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2dd755 commit ee55b22Copy full SHA for ee55b22
.github/workflows/gh_docker.yml
@@ -5,7 +5,7 @@ jobs:
5
runs-on: ubuntu-latest
6
steps:
7
- name: Checkout
8
- uses: actions/checkout@v1
+ uses: actions/checkout@v4
9
- name: Get the version
10
id: get_version
11
run: echo ::set-output name=VERSION::$(node -e "console.log(require('./package.json').version)")
0 commit comments