mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2026-04-19 12:18:04 +08:00
Update workflows to use v4 actions (#1652)
* Update releases.yml to use v4 actions * Bump all workflows
This commit is contained in:
2
.github/workflows/update-github.yaml
vendored
2
.github/workflows/update-github.yaml
vendored
@@ -9,7 +9,7 @@ jobs:
|
||||
if: ${{ github.repository_owner == 'actions' }}
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
- name: Update Octokit
|
||||
working-directory: packages/github
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user