File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ $(WORKFLOWS) : .github/workflows/%.yaml: examples/%.yaml Makefile
1111 perl -pe ' s{r-lib/actions/([\w-]+)\@v2}{./$$1}g' $< | \
1212 perl -pe ' s{actions/checkout\@v5}{actions/checkout\@08c6903cd8c0fde910a37f88322edcfb5dd907a8}g' | \
1313 perl -pe ' s{actions/upload-artifact\@v4}{actions/upload-artifact\@65462800fd760344b1a7b4382951275a0abb4808}g' | \
14- perl -pe ' s{codecov/codecov-action\@v4 }{codecov/codecov-action\@f1b7348826d750ac29741abc9d1623d8da5dcd4f }g' | \
14+ perl -pe ' s{codecov/codecov-action\@v5 }{codecov/codecov-action\@18283e04ce6e62d37312384ff67231eb8fd56d24 }g' | \
1515 perl -pe ' s{JamesIves/github-pages-deploy-action\@v4[.]5[.]0}{JamesIves/github-pages-deploy-action\@65b5dfd4f5bcd3a7403bbc2959c144256167464e}g' | \
1616 perl -pe ' s{main, master}{main, master, v2-branch}g' > $@
1717
You can’t perform that action at this time.
0 commit comments