muddasser commited on
Commit
8e66bd7
·
unverified ·
1 Parent(s): ad4ed38

Update GitHub Actions to use latest action versions

Browse files
Files changed (1) hide show
  1. .github/workflows/deploy.yml +2 -2
.github/workflows/deploy.yml CHANGED
@@ -7,8 +7,8 @@ jobs:
7
  test:
8
  runs-on: ubuntu-latest
9
  steps:
10
- - uses: actions/checkout@v3
11
- - uses: actions/setup-python@v4
12
  with:
13
  python-version: "3.10"
14
  - name: Install
 
7
  test:
8
  runs-on: ubuntu-latest
9
  steps:
10
+ - uses: actions/checkout@v4
11
+ - uses: actions/setup-python@v5
12
  with:
13
  python-version: "3.10"
14
  - name: Install