Skip to content

Commit e39d6a3

Browse files
authored
Update main.yml
1 parent 4e99403 commit e39d6a3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ jobs:
1717
- '3.8.3'
1818
steps:
1919
- name: Checkout bot code
20-
uses: actions/checkout@v3
20+
uses: actions/checkout@v4
2121
- name: Cache downloads
22-
uses: actions/cache@v2
22+
uses: actions/cache@v4
2323
with:
2424
path: |
2525
~/.cache/pip
2626
key: ${{ runner.os }}_Python-${{ matrix.python-version }}_Singularity-${{ matrix.singularity-version }}
2727
- name: Set up Python ${{ matrix.python-version }}
28-
uses: actions/setup-python@v3
28+
uses: actions/setup-python@v5
2929
with:
3030
python-version: ${{ matrix.python-version }}
3131
- name: Install Python dependencies

0 commit comments

Comments
 (0)