diff options
author | 2023-01-16 19:39:53 +0000 | |
---|---|---|
committer | 2023-01-16 19:50:02 +0000 | |
commit | dd4c14f0ac35f56452552ae5638882f28db446e3 (patch) | |
tree | d1ef56e166571c048158986ca8d35ecad35e7046 /.github/workflows/static-preview.yaml | |
parent | Merge pull request #840 from python-discord/dependabot/pip/pyfakefs-5.1.0 (diff) |
Bump actions/checkout from 2 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to '.github/workflows/static-preview.yaml')
-rw-r--r-- | .github/workflows/static-preview.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/static-preview.yaml b/.github/workflows/static-preview.yaml index 52d7df5a..be94be25 100644 --- a/.github/workflows/static-preview.yaml +++ b/.github/workflows/static-preview.yaml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 # Create a commit SHA-based tag for the container repositories - name: Create SHA Container Tag |