Update GitHub Action Versions (#151)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Gitbot Actions
2024-10-27 07:12:46 +00:00
committed by GitHub
parent 106198a38f
commit e0d22e73f8
9 changed files with 23 additions and 23 deletions

View File

@@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Check out repository
uses: actions/checkout@v4.2.1
uses: actions/checkout@v4.2.2
with:
token: ${{ secrets.GITHUB_TOKEN }}
fetch-depth: 0
@@ -28,7 +28,7 @@ jobs:
- name: Import GPG key
id: import_gpg
uses: crazy-max/ghaction-import-gpg@v6.1.0
uses: crazy-max/ghaction-import-gpg@v6.2.0
with:
gpg_private_key: ${{ secrets.GIT_ACTIONS_GPG_KEY }}
git_user_signingkey: true