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 Oct 26, 2024
1 parent 2380f26 commit df50e2e
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 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.2.2

# 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.2.2

# 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.2.2

# 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.2.2

# 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.2.2

# 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.2.2

# 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.2.2

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

0 comments on commit df50e2e

Please sign in to comment.