Skip to content

Commit 126a4e3

Browse files
committed
Updating github actions
1 parent 8f85dab commit 126a4e3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -76,14 +76,14 @@ jobs:
7676
- run: pnpm test -r
7777
- name: "Download software"
7878
run: cd ./vagrant/win10-chromium-nvda && ./download.sh
79-
- uses: nick-fields/retry@7f8f3d9f0f62fe5925341be21c2e8314fd4f7c7c # v2.6.0
79+
- uses: nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482 # v2.8.2
8080
name: "Create VM"
8181
with:
8282
timeout_minutes: 45
8383
max_attempts: 3
8484
command: cd ./vagrant/win10-chromium-nvda && ./createVM.sh
8585
- run: vboxwebsrv -v -A null --logfile vboxwebsrv.log &
86-
- uses: nick-fields/retry@7f8f3d9f0f62fe5925341be21c2e8314fd4f7c7c # v2.6.0
86+
- uses: nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482 # v2.8.2
8787
name: "test assistive-playwright (nvda, chromium)"
8888
with:
8989
timeout_minutes: 30
@@ -92,7 +92,7 @@ jobs:
9292
export VM_SETTINGS="$(node -e 'console.log(JSON.stringify(require("./vagrant/win10-chromium-nvda/vm-config.json").nvda.vmSettings))')" &&
9393
. ./vagrant/win10-chromium-nvda/vm-skip-keys.sh &&
9494
pnpm nyc-apw-tester -l debug -k $NVDA_SKIP_KEYS --vm-settings '$VM_SETTINGS'
95-
- uses: nick-fields/retry@7f8f3d9f0f62fe5925341be21c2e8314fd4f7c7c # v2.6.0
95+
- uses: nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482 # v2.8.2
9696
name: "test assistive-playwright (jaws, chromium)"
9797
with:
9898
timeout_minutes: 30
@@ -107,15 +107,15 @@ jobs:
107107
pnpm nyc-awd-server -l debug -c ./vagrant/win10-chromium-nvda/vm-config.json --pid-file assistive-webdriver.pid &> assistive-webdriver.log &
108108
while ! nc -z 127.0.0.1 3000; do sleep 1; done
109109
name: "Start assistive-webdriver server"
110-
- uses: nick-fields/retry@7f8f3d9f0f62fe5925341be21c2e8314fd4f7c7c # v2.6.0
110+
- uses: nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482 # v2.8.2
111111
name: "test assistive-webdriver (nvda, chromium)"
112112
with:
113113
timeout_minutes: 30
114114
max_attempts: 5
115115
command: |
116116
. ./vagrant/win10-chromium-nvda/vm-skip-keys.sh &&
117117
pnpm nyc-awd-tester -m nvda -k $NVDA_SKIP_KEYS -l debug
118-
- uses: nick-fields/retry@7f8f3d9f0f62fe5925341be21c2e8314fd4f7c7c # v2.6.0
118+
- uses: nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482 # v2.8.2
119119
name: "test assistive-webdriver (jaws, chromium)"
120120
with:
121121
timeout_minutes: 30
@@ -137,7 +137,7 @@ jobs:
137137
if: ${{ always() }}
138138
- run: pnpm nyc-report
139139
if: matrix.ENABLE_COVERAGE == '1'
140-
- uses: codecov/codecov-action@e3c560433a6cc60aec8812599b7844a7b4fa0d71 #v3.0.0
140+
- uses: codecov/codecov-action@d9f34f8cd5cb3b3eb79b3e4b5dae3a16df499a70 #v3.1.1
141141
with:
142142
file: ./coverage/lcov.info
143143
if: matrix.ENABLE_COVERAGE == '1'

0 commit comments

Comments
 (0)