We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 313a95c + a82c895 commit 1f8bb80Copy full SHA for 1f8bb80
.github/workflows/test.yml
@@ -7,9 +7,9 @@ jobs:
7
runs-on: ubuntu-latest
8
steps:
9
- name: Checkout
10
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
11
- name: Set up Python
12
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v5
13
- name: Run pre-commit
14
run: |
15
pip install pre-commit
action.yml
@@ -37,7 +37,7 @@ runs:
37
repository: "Scientific-Python-Translations/content-sync"
38
- name: Import GPG key
39
id: import-gpg
40
- uses: crazy-max/ghaction-import-gpg@v4
+ uses: crazy-max/ghaction-import-gpg@v6
41
with:
42
gpg_private_key: ${{ inputs.GPG-PRIVATE-KEY }}
43
passphrase: ${{ inputs.PASSPHRASE }}
0 commit comments