aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/playwright.yml
diff options
context:
space:
mode:
authorDarius Jahandarie <djahandarie@gmail.com>2023-09-23 14:50:24 +0000
committerGitHub <noreply@github.com>2023-09-23 14:50:24 +0000
commita67383b33a3b94de0c8e033b0edd1965f0c44ebb (patch)
tree9094f3aaac1ee69e76a7c283fcebd00377927561 /.github/workflows/playwright.yml
parent0cd9927cafbbec527c76fd48b4b97715404952d6 (diff)
parent881f7ce612d7f5e7eb25bc9d3b90550802644440 (diff)
Merge pull request #237 from themoeway/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
Diffstat (limited to '.github/workflows/playwright.yml')
-rw-r--r--.github/workflows/playwright.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml
index 8efc184a..f84922d2 100644
--- a/.github/workflows/playwright.yml
+++ b/.github/workflows/playwright.yml
@@ -13,7 +13,7 @@ jobs:
- name: Remove all fonts
run: rm -rf /usr/share/fonts
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
- name: Install CJK fonts
uses: awalsh128/cache-apt-pkgs-action@1850ee53f6e706525805321a3f2f863dcf73c962 # v1.3.0
@@ -45,7 +45,7 @@ jobs:
run: npx playwright install chromium
- name: Grab latest dictionaries from dictionaries branch
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
with:
repository: themoeway/yomitan # so that this works on forks
ref: dictionaries