aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Miller <justdave@bugzilla.org>2023-09-14 06:30:37 -0500
committerGitHub <noreply@github.com>2023-09-14 06:30:37 -0500
commit04f3d70b036a640fa743b70f886157e56baac3ae (patch)
treee607b61ec6de863618b95c349aa85246296fedb4
parent33dcdce548a996241a4dcc5000fcb61611d87239 (diff)
downloadbugs-04f3d70b036a640fa743b70f886157e56baac3ae.tar
bugs-04f3d70b036a640fa743b70f886157e56baac3ae.tar.gz
bugs-04f3d70b036a640fa743b70f886157e56baac3ae.tar.bz2
bugs-04f3d70b036a640fa743b70f886157e56baac3ae.tar.xz
bugs-04f3d70b036a640fa743b70f886157e56baac3ae.zip
Bug 1852497: Use actions/checkout@v4 in GitHub Actions (#150)
-rw-r--r--.github/workflows/release.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index f05fc4292..c9198c50e 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout the repository
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
- name: apt install
run: |
sudo apt-get update