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/publish-firefox-development.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/publish-firefox-development.yml')
-rw-r--r-- | .github/workflows/publish-firefox-development.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/publish-firefox-development.yml b/.github/workflows/publish-firefox-development.yml index 234ef8b0..07b2d614 100644 --- a/.github/workflows/publish-firefox-development.yml +++ b/.github/workflows/publish-firefox-development.yml @@ -55,7 +55,7 @@ jobs: # update update.json so that all people who have the dev version installed get the new update - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: ref: metadata |