From 52a4f6fa6fc5f1dfbc64ea5f1fcace8bced53b29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ahmet=20Kaan=20G=C3=9CM=C3=9C=C5=9E?= <96421894+Tahinli@users.noreply.github.com> Date: Sun, 17 Sep 2023 12:30:52 +0300 Subject: [PATCH] docs: Update rust.yml --- .github/workflows/rust.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 25c5475..1f06959 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -17,7 +17,7 @@ jobs: permissions: contents: write steps: - - uses: actions/checkout@latest + - uses: actions/checkout@v3 - name: Build run: cargo build --verbose - name: Run tests @@ -25,13 +25,13 @@ jobs: - name: Conventional id: changelog_id - uses: TriPSs/conventional-changelog-action@latest + uses: TriPSs/conventional-changelog-action@v4 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Release id: release_id - uses: actions/create-release@latest + uses: actions/create-release@v1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: