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 Nov 20, 2024
1 parent c4d10f0 commit 89313f9
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
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_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

# 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 89313f9

Please sign in to comment.