Skip to content

Commit

Permalink
updated to latest minor releases of github actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-finopsorg committed Dec 30, 2024
1 parent f918f53 commit ae72467
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/candidate_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
image: pandoc/extra:latest-ubuntu
steps:
- name: Check out repository code
uses: actions/checkout@v4
uses: actions/checkout@v4.2.2
- name: Install prequirements
shell: bash
run: |
Expand All @@ -27,7 +27,7 @@ jobs:
run: |
make STYLE=candidate_release
- name: Upload Spec
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v4.5.0
with:
name: FOCUS_specification
path: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
image: pandoc/extra:latest-ubuntu
steps:
- name: Check out repository code
uses: actions/checkout@v4
uses: actions/checkout@v4.2.2
- name: Install prequirements
shell: bash
run: |
Expand All @@ -27,7 +27,7 @@ jobs:
run: |
make STYLE=main
- name: Upload Spec
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v4.5.0
with:
name: FOCUS_specification
path: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/working_draft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
image: pandoc/extra:latest-ubuntu
steps:
- name: Check out repository code
uses: actions/checkout@v4
uses: actions/checkout@v4.2.2
- name: Install prequirements
shell: bash
run: |
Expand All @@ -29,7 +29,7 @@ jobs:
run: |
make STYLE=working_draft
- name: Upload Spec
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v4.5.0
with:
name: FOCUS_specification
path: |
Expand Down

0 comments on commit ae72467

Please sign in to comment.