mirror of
https://github.com/valitydev/fistful-server.git
synced 2024-11-06 02:35:18 +00:00
Update actions/checkout action to v4
This commit is contained in:
parent
60449b0a87
commit
b20458786a
2
.github/workflows/erlang-checks.yml
vendored
2
.github/workflows/erlang-checks.yml
vendored
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user