diff options
author | puni9869 <80308335+puni9869@users.noreply.github.com> | 2023-09-16 20:36:27 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-16 15:06:27 +0000 |
commit | 5e039b05801a2ceeb29b23c657110af02834b57e (patch) | |
tree | a3173f8c82ba453931fe1ee146ea50b63c486953 /.github/workflows/files-changed.yml | |
parent | f91dbbba98c841f11d99be998ed5dd98122a457c (diff) | |
download | gitea-5e039b05801a2ceeb29b23c657110af02834b57e.tar.gz gitea-5e039b05801a2ceeb29b23c657110af02834b57e.zip |
Upgrading the actions/checkout@4 (#27096)
as title
..Upgrading the actions/checkout@4
Signed-off-by: puni9869 <punitinani1@hotmail.com>
Co-authored-by: silverwind <me@silverwind.io>
Diffstat (limited to '.github/workflows/files-changed.yml')
-rw-r--r-- | .github/workflows/files-changed.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/files-changed.yml b/.github/workflows/files-changed.yml index ef6b8022ff..e7039053af 100644 --- a/.github/workflows/files-changed.yml +++ b/.github/workflows/files-changed.yml @@ -34,7 +34,7 @@ jobs: swagger: ${{ steps.changes.outputs.swagger }} yaml: ${{ steps.changes.outputs.yaml }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: dorny/paths-filter@v2 id: changes with: |