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 6fe594c commit e377fb1Copy full SHA for e377fb1
.github/workflows/build.yml
@@ -53,7 +53,7 @@ jobs:
53
if: github.event_name == 'push' && github.repository == 'logstash/logstash-logback-encoder' && github.ref == 'refs/heads/main' && startsWith(github.event.commits[0].message, '[release]')
54
steps:
55
- name: Checkout Code
56
- uses: actions/checkout@v2
+ uses: actions/checkout@v1.1.0
57
with:
58
ref: main
59
0 commit comments