Skip to content

Commit

Permalink
Merge pull request #16 from N6REJ/dependabot/github_actions/actions/c…
Browse files Browse the repository at this point in the history
…heckout-3.3.0

Bump actions/checkout from 3.2.0 to 3.3.0
  • Loading branch information
N6REJ authored Mar 11, 2023
2 parents 518da3e + f9a97e8 commit fc9ea24
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
auto-merge:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.2.0
- uses: actions/checkout@v3.3.0
- uses: ahmadnassri/[email protected]
with:
target: minor
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
-
name: Checkout
uses: actions/checkout@v3.2.0
uses: actions/checkout@v3.3.0
-
name: Run Labeler
if: success()
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

# we first have to clone the AddOn project, this is a required step
- name: Clone project
uses: actions/checkout@v3.2.0
uses: actions/checkout@v3.3.0
with:
fetch-depth: 0 # gets git history for changelogs

Expand Down

0 comments on commit fc9ea24

Please sign in to comment.