Skip to content

Commit

Permalink
chore: [CI SKIP] upgrade action version
Browse files Browse the repository at this point in the history
  • Loading branch information
outloudvi committed Jun 9, 2024
1 parent f7c47de commit 7832c35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_dict.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
persist-credentials: false
fetch-depth: "0"
Expand All @@ -24,7 +24,7 @@ jobs:
docker run -v $GITHUB_WORKSPACE/artifacts:/artifacts -v $GITHUB_WORKSPACE/toolkit:/toolkit archlinux:base-devel bash /toolkit/utils/build.sh
- name: Checkout profile
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
ref: pkg-moegirl
persist-credentials: false
Expand Down

0 comments on commit 7832c35

Please sign in to comment.