Skip to content

Commit

Permalink
Merge pull request #1862 from singh1203/master
Browse files Browse the repository at this point in the history
Update checkout actions
  • Loading branch information
jerensl authored Sep 13, 2024
2 parents 6f69ba8 + 1b18d12 commit 8ee7aae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/delete-catalog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout Code
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
token: ${{ secrets.GH_ACCESS_TOKEN }}
- name: Set env
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/updateDiscussons.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
if: github.repository == 'meshery/meshery.io'
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
token: ${{ secrets.GH_ACCESS_TOKEN }}
- name: Fetch data for meshery tag
Expand Down

0 comments on commit 8ee7aae

Please sign in to comment.