Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 21, 2024
1 parent f2dc968 commit d97c200
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_release_for_btop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- name: Checkout project
uses: actions/checkout@v2.3.4
uses: actions/checkout@v2.7.0

# New step to read the VERSION file and set the version as an output
- name: Get the version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_and_release_for_fastfetch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- name: Checkout project
uses: actions/checkout@v2.3.4
uses: actions/checkout@v2.7.0

# New step to read the VERSION file and set the version as an output
- name: Get the version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_and_release_for_genmon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- name: Checkout project
uses: actions/checkout@v2.3.4
uses: actions/checkout@v2.7.0

# New step to read the VERSION file and set the version as an output
- name: Get the version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_and_release_for_ncdu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- name: Checkout project
uses: actions/checkout@v2.3.4
uses: actions/checkout@v2.7.0

# New step to read the VERSION file and set the version as an output
- name: Get the version
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- name: Checkout project
uses: actions/checkout@v2.3.4
uses: actions/checkout@v2.7.0

# Step to update the root.hints file
- name: Update root.hints
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_and_release_for_pocketbase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- name: Checkout project
uses: actions/checkout@v2.3.4
uses: actions/checkout@v2.7.0

# New step to read the VERSION file and set the version as an output
- name: Get the version
Expand Down

0 comments on commit d97c200

Please sign in to comment.