Skip to content

Commit ac3d6f2

Browse files
committed
fix: bump actions versions
1 parent 66a615f commit ac3d6f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deployment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ jobs:
2121
run:
2222
shell: bash -l {0}
2323
steps:
24-
- uses: actions/checkout@v4
24+
- uses: actions/checkout@v5
2525
with:
2626
token: ${{ secrets.PAT || github.token }}
2727
- run: |
2828
git fetch --prune --unshallow
2929
git config --global user.email "ci@diracgrid.org"
3030
git config --global user.name "DIRACGrid CI"
3131
git clone https://github.com/DIRACGrid/DIRAC.git ../DIRAC
32-
- uses: actions/setup-python@v5
32+
- uses: actions/setup-python@v6
3333
with:
3434
python-version: "3.11"
3535
- name: Installing dependencies

0 commit comments

Comments
 (0)