@@ -14,12 +14,12 @@ jobs:
1414 python : ['3.9', '3.10', '3.11', '3.12', '3.13', 'pypy3.9']
1515
1616 steps :
17- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
17+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
1818 with :
1919 persist-credentials : false
2020
2121 - name : Set up Python 3.13 for emulator
22- uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
22+ uses : actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0 .0
2323 with :
2424 python-version : ' 3.13'
2525 - name : Setup functions emulator environment
2929 pip install -r integration/emulators/functions/requirements.txt
3030 deactivate
3131 - name : Set up Python ${{ matrix.python }}
32- uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
32+ uses : actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0 .0
3333 with :
3434 python-version : ${{ matrix.python }}
3535 - name : Install dependencies
@@ -38,12 +38,12 @@ jobs:
3838 pip install -r requirements.txt
3939 - name : Test with pytest
4040 run : pytest
41- - name : Set up Node.js 20
42- uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4 .0
41+ - name : Set up Node.js 24
42+ uses : actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0 .0
4343 with :
44- node-version : 20
44+ node-version : 24
4545 - name : Set up Java 21
46- uses : actions/setup-java@0f481fcb613427c0f801b606911222b5b6f3083a # v5.5 .0
46+ uses : actions/setup-java@b6effb05e454b25005698d916606bdc6ffcbf961 # v5.7 .0
4747 with :
4848 distribution : ' temurin'
4949 java-version : ' 21'
@@ -57,11 +57,11 @@ jobs:
5757 lint :
5858 runs-on : ubuntu-latest
5959 steps :
60- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
60+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
6161 with :
6262 persist-credentials : false
6363 - name : Set up Python 3.9
64- uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
64+ uses : actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0 .0
6565 with :
6666 python-version : 3.9
6767 - name : Install dependencies
0 commit comments