diff options
author | Darius Jahandarie <djahandarie@gmail.com> | 2023-09-23 14:50:24 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-23 14:50:24 +0000 |
commit | a67383b33a3b94de0c8e033b0edd1965f0c44ebb (patch) | |
tree | 9094f3aaac1ee69e76a7c283fcebd00377927561 /.github/workflows/ci.yml | |
parent | 0cd9927cafbbec527c76fd48b4b97715404952d6 (diff) | |
parent | 881f7ce612d7f5e7eb25bc9d3b90550802644440 (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/ci.yml')
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1b81df2f..4a767541 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup node uses: actions/setup-node@v3 |