Skip to content

Commit

Permalink
Update dep actions to use Node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
larabr committed May 16, 2024
1 parent 5d7f4b6 commit 5f27dd5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@ runs:
using: "composite"
steps:
- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: ProtonMail/openpgp-interop-test-analyzer
ref: 'main'
path: analyzer
- name: Set up python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: Show files
Expand All @@ -62,7 +62,7 @@ runs:
OUTPUT: ${{ inputs.output }}
- if: ${{ inputs.upload == 'true' }}
name: Upload comparison with main
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ inputs.output }}
path: ${{ inputs.output }}
Expand Down

0 comments on commit 5f27dd5

Please sign in to comment.