Skip to content

Commit a82c895

Browse files
authored
Merge pull request #1 from Scientific-Python-Translations/dependabot/github_actions/github-actions-8f83531fe4
Bump the github-actions group with 3 updates
2 parents 642e085 + e1c15de commit a82c895

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- name: Checkout
10-
uses: actions/checkout@v2
10+
uses: actions/checkout@v4
1111
- name: Set up Python
12-
uses: actions/setup-python@v2
12+
uses: actions/setup-python@v5
1313
- name: Run pre-commit
1414
run: |
1515
pip install pre-commit

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ runs:
3737
repository: 'Scientific-Python-Translations/content-sync'
3838
- name: Import GPG key
3939
id: import-gpg
40-
uses: crazy-max/ghaction-import-gpg@v4
40+
uses: crazy-max/ghaction-import-gpg@v6
4141
with:
4242
gpg_private_key: ${{ inputs.GPG-PRIVATE-KEY }}
4343
passphrase: ${{ inputs.PASSPHRASE }}

0 commit comments

Comments
 (0)