chore(deps): update actions/checkout action to v4

This commit is contained in:
renovate[bot] 2023-10-24 10:03:36 +00:00 committed by GitHub
parent fb14aad923
commit a108877b01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@ jobs:
thrift-version: ${{ steps.thrift-version.outputs.version }}
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- run: grep -v '^#' .env >> $GITHUB_ENV
- id: otp-version
run: echo "::set-output name=version::$OTP_VERSION"