Update actions/checkout action to v4

This commit is contained in:
renovate[bot] 2024-09-17 09:54:49 +00:00 committed by GitHub
parent 60449b0a87
commit b20458786a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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