Skip to content

Commit

Permalink
Update actions/checkout action to v4.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 23, 2024
1 parent 25c747c commit d41133b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bump-asf-reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
show-progress: false
token: ${{ env.PUSH_GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
show-progress: false
submodules: recursive
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
show-progress: false
submodules: recursive
Expand Down Expand Up @@ -144,7 +144,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
show-progress: false

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ jobs:

steps:
- name: Checkout plugin code
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
show-progress: false
path: plugin
token: ${{ env.PUSH_GITHUB_TOKEN }}

- name: Checkout template
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
show-progress: false
repository: JustArchiNET/ASF-PluginTemplate
Expand Down

0 comments on commit d41133b

Please sign in to comment.