Skip to content

Commit

Permalink
fix: [IDP-1296] pin actions' sha
Browse files Browse the repository at this point in the history
  • Loading branch information
TommasoLencioni committed Oct 23, 2023
1 parent 67bdb67 commit 7f8f559
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 #v4.1.1
- uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 #v4.7.1
with:
python-version: 3.x
- run: python3 --version
Expand Down

0 comments on commit 7f8f559

Please sign in to comment.