We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 800d315 commit 2b2922bCopy full SHA for 2b2922b
1 file changed
.github/workflows/erlang-checks.yaml
@@ -18,7 +18,7 @@ jobs:
18
thrift-version: ${{ steps.thrift-version.outputs.version }}
19
steps:
20
- name: Checkout repository
21
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
22
- run: grep -v '^#' .env >> $GITHUB_ENV
23
- id: otp-version
24
run: echo "::set-output name=version::$OTP_VERSION"
0 commit comments