We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffe637a commit 2557c1dCopy full SHA for 2557c1d
1 file changed
.github/workflows/dev-cd.yml
@@ -16,7 +16,7 @@ jobs:
16
if: github.event.pull_request.merged == true
17
runs-on: ubuntu-latest
18
steps:
19
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
20
- name: 'Set up jdk'
21
uses: actions/setup-java@v3
22
with:
0 commit comments