chore(action): bump checkout action to v3

This commit is contained in:
Orhun Parmaksız
2023-02-15 21:07:44 +03:00
parent 05204db500
commit b5f86d99d9
2 changed files with 3 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ jobs:
name: Test the git-cliff changelog generator action name: Test the git-cliff changelog generator action
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v2 uses: actions/checkout@v3
with: with:
fetch-depth: 0 fetch-depth: 0
- name: Generate a changelog - name: Generate a changelog

View File

@@ -31,7 +31,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v2 uses: actions/checkout@v3
with: with:
fetch-depth: 0 fetch-depth: 0
@@ -63,7 +63,7 @@ jobs:
release_body: ${{ steps.git-cliff.outputs.content }} release_body: ${{ steps.git-cliff.outputs.content }}
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v2 uses: actions/checkout@v3
with: with:
fetch-depth: 0 fetch-depth: 0