Skip to content

Commit

Permalink
Merge pull request #91 from EnviroDIY/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/checkout-3

ci: bump actions/checkout from 2 to 3
  • Loading branch information
SRGDamia1 authored Jun 28, 2022
2 parents b5b81a6 + a994b20 commit 3366538
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

steps:
# check out the Arduino-SDI-12 repo
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
path: code_docs/Arduino-SDI-12

Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:

# check out my fork of m.css, for processing Doxygen output
- name: Checkout m.css
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
# Repository name with owner. For example, actions/checkout
repository: SRGDamia1/m.css
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_examples.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Set variables
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/changelog_reminder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
name: Changelog Reminder
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v3
with:
persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal token

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prepare_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Set variables
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verify_library_json.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
if: "!contains(github.event.head_commit.message, 'ci skip')"

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Setup Node.js
uses: actions/[email protected]
Expand Down

0 comments on commit 3366538

Please sign in to comment.