Skip to content

Commit

Permalink
[CI] Using full actions/checkout version
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejfuhrer authored Dec 31, 2023
1 parent 11ee041 commit e5851d2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v4
- uses: actions/checkout@v4.1.1

- name: Brew Update
run: |
Expand All @@ -42,7 +42,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v4
- uses: actions/checkout@v4.1.1

- name: Brew Update
run: |
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v4
- uses: actions/checkout@v4.1.1

- name: Brew Update
run: |
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v4
- uses: actions/checkout@v4.1.1

- name: Brew Update
run: |
Expand Down

0 comments on commit e5851d2

Please sign in to comment.