Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 15, 2024
1 parent b4a1949 commit 02bd5e5
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@v4.1.7

# 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@v4.1.7

# 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@v4.1.7

# 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@v4.1.7

# 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@v4.1.7

# 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@v4.1.7

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

0 comments on commit 02bd5e5

Please sign in to comment.