Skip to content

Commit

Permalink
build(deps): bump the actions-deps group with 3 updates (#195)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 7, 2025
1 parent 616d6d0 commit 4d5755c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,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/checkout@v4.2.0
- uses: actions/checkout@v4.2.2
with:
submodules: true
path: '${{ env.ASUITE_SOURCE }}'
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:

- name: Cache
id: cache
uses: actions/cache@v4.0.2
uses: actions/cache@v4.2.0
env:
cache-name: cache-laz-v0.6.1
with:
Expand Down Expand Up @@ -168,7 +168,7 @@ jobs:
run: ${{ env.ASUITE_SOURCE }}/bin/${{ matrix.config.dbg2mab }} ${{ env.ASUITE_SOURCE }}/bin/${{ matrix.config.debug_file }}

- name: Upload the Build Artifact
uses: actions/upload-artifact@v4.4.0
uses: actions/upload-artifact@v4.5.0
with:
name: ASuite ${{ env.BUILD_MODE }} build - ${{ matrix.config.build-widgetset }}
path: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/main_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,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/checkout@v4.2.0
- uses: actions/checkout@v4.2.2
with:
submodules: true
path: '${{ env.ASUITE_SOURCE }}'
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:

- name: Cache
id: cache
uses: actions/cache@v4.0.2
uses: actions/cache@v4.2.0
env:
cache-name: cache-laz-v0.6.1
with:
Expand Down Expand Up @@ -164,7 +164,7 @@ jobs:
run: ${{ env.ASUITE_SOURCE }}/bin/${{ matrix.config.dbg2mab }} ${{ env.ASUITE_SOURCE }}/bin/${{ matrix.config.debug_file }}

- name: Upload the Build Artifact
uses: actions/upload-artifact@v4.4.0
uses: actions/upload-artifact@v4.5.0
with:
name: ASuite ${{ env.BUILD_MODE }} build - ${{ matrix.config.build-widgetset }}
path: |
Expand Down

0 comments on commit 4d5755c

Please sign in to comment.