0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-02-18 07:10:58 +00:00

Update checkout actions

This commit is contained in:
Scott Lahteine 2023-05-23 03:15:02 -05:00
parent e82ec734d9
commit e7a5d4d416
2 changed files with 3 additions and 3 deletions

View file

@ -19,7 +19,7 @@ jobs:
steps:
- name: Check out bugfix-2.0.x
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
ref: bugfix-2.0.x
@ -39,7 +39,7 @@ jobs:
exit 0
- name: Check out bugfix-2.1.x
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
ref: bugfix-2.1.x

View file

@ -31,7 +31,7 @@ jobs:
- "Needs: Work"
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Remove Labels
uses: actions-ecosystem/action-remove-labels@v1
with: