Skip to content

Commit

Permalink
Merge pull request #143 from okp4/dependabot/github_actions/FranzDieb…
Browse files Browse the repository at this point in the history
…old/github-env-vars-action-2.8.0
  • Loading branch information
dependabot[bot] authored Feb 12, 2024
2 parents 21dc7bf + 2f061f5 commit eac9db3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- name: Set up context
id: project_context
uses: FranzDiebold/github-env-vars-action@v2.7.0
uses: FranzDiebold/github-env-vars-action@v2.8.0

- name: Extract metadata (tags, labels) for Docker
id: docker_metadata
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- name: Set up context
id: project_context
uses: FranzDiebold/github-env-vars-action@v2.7.0
uses: FranzDiebold/github-env-vars-action@v2.8.0

- name: Extract metadata (tags, labels) for Docker
id: docker_metadata
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:

- name: Set up context
id: project_context
uses: FranzDiebold/github-env-vars-action@v2.7.0
uses: FranzDiebold/github-env-vars-action@v2.8.0

- uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit eac9db3

Please sign in to comment.