Skip to content

Commit

Permalink
Merge pull request #19 from seeq12/task/azb/update-actions-to-latest-…
Browse files Browse the repository at this point in the history
…versions-CRAB-46176

CRAB-46176: Update actions dependencies to latest versions
  • Loading branch information
alizbay94 authored Jan 2, 2025
2 parents f49388a + 9aed4bf commit bcb560e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: mr-smithers-excellent/docker-build-push@v6
with:
image: ${{ secrets.DOCKERHUB_USERNAME }}/nagbot
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/python-unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: actions/[email protected]
- uses: actions/cache@v2
- uses: actions/cache@v4
id: cache-venv
with:
path: ./venv/
Expand Down

0 comments on commit bcb560e

Please sign in to comment.