Skip to content

Commit e878bfb

Browse files
authored
Update GitHub Actions to use latest versions
1 parent bb04090 commit e878bfb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
1717
sudo apt clean
1818
docker image prune -a -f
1919
df -h
20-
- uses: actions/checkout@v3
20+
- uses: actions/checkout@v6
2121
- name: Set up Python
22-
uses: actions/setup-python@v4
22+
uses: actions/setup-python@v6
2323
with:
2424
python-version: 3.11
2525
- name: Install dependencies

0 commit comments

Comments
 (0)