Skip to content

Commit

Permalink
Merge pull request #1884 from flareteam/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/checkout-4.2.2

Bump actions/checkout from 4.2.1 to 4.2.2
  • Loading branch information
dorkster authored Oct 28, 2024
2 parents 83e6b71 + cb58fed commit 200994b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/[email protected].1
- uses: actions/[email protected].2

- name: Install dependencies
run: |
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
cppcheck:
runs-on: ubuntu-20.04
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2

- name: Install dependencies
run: |
Expand Down

0 comments on commit 200994b

Please sign in to comment.