Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump actions/checkout from 2 to 3.1.0 #616

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build-marlin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

steps:
- name: Check out Marlin
uses: actions/checkout@v3
uses: actions/checkout@v3.1.0
with:
repository: MarlinFirmware/Marlin
ref: 2.0.9.4
Expand All @@ -28,7 +28,7 @@ jobs:
submodules: 'true'

- name: Check out Marlin-Configurations
uses: actions/checkout@v3
uses: actions/checkout@v3.1.0
with:
repository: MarlinFirmware/Configurations
ref: 2.0.9.4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/export-bom.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
sudo apt install python3

- name: Download repository
uses: actions/checkout@v2
uses: actions/checkout@v3.1.0

- name: Generate BOM HTML Page for Release
if: github.event_name == 'release'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/export-ecad.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
git lfs install

- name: Checkout Repository
uses: actions/checkout@v2
uses: actions/checkout@v3.1.0
with:
lfs: true

Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
apt -y install git git-lfs zip librsvg2-bin imagemagick

- name: Checkout Repository
uses: actions/checkout@v2
uses: actions/checkout@v3.1.0
with:
lfs: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/export-mcad.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
run: echo "SHORT_SHA=`echo ${GITHUB_SHA} | cut -c1-8`" >> $GITHUB_ENV

- name: Download repository
uses: actions/checkout@v2
uses: actions/checkout@v3.1.0

- name: Install FreeCAD Python library
run: |
Expand Down