diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2022-10-27 13:00:51 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-27 13:00:51 +0000 |
commit | 22d305d980427fafc9eba2742cffe4f81063518f (patch) | |
tree | e42e46758e1716bf9270fe967ed07f411846e833 /.github/workflows/back-ci.yaml | |
parent | 5cb75e28f686bd707792d4a12bf71c30c9f49645 (diff) | |
download | timeline-22d305d980427fafc9eba2742cffe4f81063518f.tar.gz timeline-22d305d980427fafc9eba2742cffe4f81063518f.tar.bz2 timeline-22d305d980427fafc9eba2742cffe4f81063518f.zip |
chore(deps): update actions/checkout action to v3
Diffstat (limited to '.github/workflows/back-ci.yaml')
-rw-r--r-- | .github/workflows/back-ci.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/back-ci.yaml b/.github/workflows/back-ci.yaml index 80352279..d194b729 100644 --- a/.github/workflows/back-ci.yaml +++ b/.github/workflows/back-ci.yaml @@ -23,7 +23,7 @@ jobs: NUGET_PACKAGES: ${{ github.workspace }}/.nuget/packages
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
- name: Restore Cache
uses: actions/cache@v2
|