Skip to content

Commit d66d2fe

Browse files
Update actions/checkout action to v6
1 parent 8c97347 commit d66d2fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/erlang-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
thrift-version: ${{ steps.thrift-version.outputs.version }}
1818
steps:
1919
- name: Checkout repository
20-
uses: actions/checkout@v4
20+
uses: actions/checkout@v6
2121
- run: grep -v '^#' .env >> $GITHUB_ENV
2222
- id: otp-version
2323
run: echo "::set-output name=version::$OTP_VERSION"

0 commit comments

Comments
 (0)