Update workflows to use v4 actions (#1652)

* Update releases.yml to use v4 actions

* Bump all workflows
This commit is contained in:
Konrad Pabjan
2024-02-01 12:50:47 -05:00
committed by GitHub
parent e6c1cd0d8c
commit 415c42d27c
8 changed files with 14 additions and 14 deletions

View File

@@ -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: |