Skip to content

Commit ee55b22

Browse files
authored
chore: update action 'checkout' to v4
1 parent b2dd755 commit ee55b22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gh_docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-latest
66
steps:
77
- name: Checkout
8-
uses: actions/checkout@v1
8+
uses: actions/checkout@v4
99
- name: Get the version
1010
id: get_version
1111
run: echo ::set-output name=VERSION::$(node -e "console.log(require('./package.json').version)")

0 commit comments

Comments
 (0)