Skip to content

Commit

Permalink
Merge pull request #2 from N6REJ/dependabot/github_actions/actions/ch…
Browse files Browse the repository at this point in the history
…eckout-4.1.7

Bump actions/checkout from 3.5.3 to 4.1.7
  • Loading branch information
N6REJ authored Aug 8, 2024
2 parents eb9e719 + baf03ca commit b41f13a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.5.3
- uses: actions/checkout@v4.1.7
- 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.5.3
uses: actions/checkout@v4.1.7
-
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@v4
uses: actions/checkout@v4.1.7
with:
fetch-depth: 0 # gets git history for changelogs

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
uses: actions/checkout@v4.1.7
- name: Run GitHub File Sync
uses: BetaHuhn/repo-file-sync-action@latest
with:
Expand Down

0 comments on commit b41f13a

Please sign in to comment.