mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-02 04:04:19 +00:00
Modernize GitHub CI actions (#8812)
* CI: Modernize actions/checkout * CI: Modernize actions/stale * CI: Modernize softprops/action-gh-release * CI: Modernize microsoft/setup-msbuild * CI: Modernize gradle/actions/setup-gradle * CI: Modernize actions/setup-dotnet * CI: Modernize actions/setup-java * CI: Modernize jiro4989/setup-nim-action * CI: Update to latest image seems to be fixed The readme list swift now for 24.04 * CI: Update to latest actions/labeler tag instead of sha
This commit is contained in:
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
@@ -16,7 +16,7 @@ jobs:
|
||||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v6
|
||||
- name: Configure Git Credentials
|
||||
run: |
|
||||
git config user.name github-actions[bot]
|
||||
|
||||
Reference in New Issue
Block a user