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.
1 parent 4e99403 commit e39d6a3Copy full SHA for e39d6a3
.github/workflows/main.yml
@@ -17,15 +17,15 @@ jobs:
17
- '3.8.3'
18
steps:
19
- name: Checkout bot code
20
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
21
- name: Cache downloads
22
- uses: actions/cache@v2
+ uses: actions/cache@v4
23
with:
24
path: |
25
~/.cache/pip
26
key: ${{ runner.os }}_Python-${{ matrix.python-version }}_Singularity-${{ matrix.singularity-version }}
27
- name: Set up Python ${{ matrix.python-version }}
28
- uses: actions/setup-python@v3
+ uses: actions/setup-python@v5
29
30
python-version: ${{ matrix.python-version }}
31
- name: Install Python dependencies
0 commit comments