Skip to content

Commit 2042896

Browse files
committed
use latest versions of actions
1 parent 965a1f4 commit 2042896

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pin-browsers.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
needs: update
1919
steps:
2020
- name: Checkout repository
21-
uses: actions/checkout@v2
21+
uses: actions/checkout@v4
2222
- name: Download patch
23-
uses: actions/download-artifact@v2
23+
uses: actions/download-artifact@v4
2424
with:
2525
name: patch-file
2626
- name: Apply Patch

0 commit comments

Comments
 (0)