diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2a74f10..cac548d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,9 +7,9 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Set up Python - uses: actions/setup-python@v2 + uses: actions/setup-python@v5 - name: Run pre-commit run: | pip install pre-commit diff --git a/action.yml b/action.yml index 9f25eda..9167c16 100644 --- a/action.yml +++ b/action.yml @@ -37,7 +37,7 @@ runs: repository: 'Scientific-Python-Translations/content-sync' - name: Import GPG key id: import-gpg - uses: crazy-max/ghaction-import-gpg@v4 + uses: crazy-max/ghaction-import-gpg@v6 with: gpg_private_key: ${{ inputs.GPG-PRIVATE-KEY }} passphrase: ${{ inputs.PASSPHRASE }}